Follow the steps below to create po schema

1. download the zip po_schema.zip file into your working directory (eg d:\samples)

2. Extract the files in the zip file.

3. open the sql script file_datastore.sql and change the line

   exec ctx_ddl.set_attribute('MY_FILE_DATASTORE','PATH','d:\OBE');

   to reflect your downloaded directory
 
   eg. exec ctx_ddl.set_attribute('MY_FILE_DATASTORE','PATH','d:\samples');


4. Open a command prompt and change the directory to d:\samples.

5. execute the main sql script po_main.sql which will call the other scripts

   to create tables and load the data.

    sqlplus sys/<password> as sysdba

    @po_main;


