After the database installation, connect as SYS and create a new tablespace for the Oracle XML DB repository. Run the catqm.sql script in the ORACLE_HOME/rdbms/admin directory to create the tables and views needed for XML DB:
catqm.sql XDB_password XDB_Tablespace_Name TEMP_Tablespace
For Example:
XDB_password = 123456
XDB_Tablespace_Name = XDBTS
TEMP_Tablespace = TEMP
So now the syntax will look something like this:
SQL> catqm.sql 123456 XDBTS TEMP
No comments:
Post a Comment