How to install IX and BI schema in Oracle Database 19c - Info Exchange and Bus Intelligence Schemas
1. Extract the downloaded oracle sample schema scripts to ORACLE_HOME\demo\schema
2. Change directory to IX and BI and Change the __SUB_CWD__ to absolute path in sql files wherever necessary as shown in the video.
3. Modify the tnsnames.ora to add orclpdb (pluggable database) as service and restart the oracle listener service.
4. Check the orclpdb is opened in read write mode before executing the queries, else execute this query
alter pluggable database orclpdb open read write;
5. Now login to sqlplus like "sys@orclpdb as sysdba". You can directly login to orclpdb pluggable database because you already added entry to tnsnames.ora
6. Execute the ix_main.sql and bi_main.sql provide the inputs as shown in the video.
7. After executing check the logs for any errors if no errors you are done.
8. Open the SQL Developer and login as ix/ix and bi/bi separately and service name as "orclpdb" and check all objects are available in the schema.
Sample database schema can be downloaded from:
https://github.com/oracle-samples/db-sample-schemas/releases/tag/v19.2
#oracledatabase #oracledatabase12c #oracledba #oracletutorial #oracle #installsampleschemas #sampleschemas #sampledatabase #oracle19c