How to create a tablespace in oracle using the existing path in Linux.
Tried to create as below but received error as mentioned below.
Let me know how to use the parameter property to create a tablespace
<property name="dbname1" value="my database name" dbms="oracle" />
CREATE TABLESPACE liquibase_DATA DATAFILE '/u01/app/oracle/oradata/"${dbname1}"/schema_liquibase.dbf' size 1g autoextend on ;
Error Details:-
cvc-complex-type.2.4.a: Invalid content was found starting with element 'property'.