Quantcast
Channel: OTMFAQ Forums
Viewing all articles
Browse latest Browse all 2772

create_all.sql script not creating the objects

$
0
0
Hi All,

Other information:

- Application Server Version (ie version of Weblogic): 8.1.4.0

- Is this related to an upgrade (Y/N): N

- If so, from what version did you upgrade from(including RU): n/a

- Number of OTM APP instances: 1

- Number of OTM WEB instances: 1

(web and application running on same server)

- Is SCA (Scalability) enabled (Yes/No):No

- OS and version of each APP server:Linux 2.6.9-42.ELsmp

- OS and version of each WEB server:Linux 2.6.9-42.ELsmp

- OS and version of each DB server: Linux 2.6.9-89.EL

- Database Version: 10.2.0.2.0


We are creating a new ROD(OTM Replicated Operational Instance) instance on a separate Host that will be configured to OTMDEV instance( 1db and 1 apps node)

While executing the create_all.sql script in ROD database setup, the objects are not getting created. Attaching the errors for Ref

Errors:

Connected.
creating directories.......
Connected.

Beginning create_for_build.sql
Creating packages...
Warning: Package Body created with compilation errors.
Creating tables...
BEGIN create_table.set_partition_db('Y'); END;
*
ERROR at line 1:
ORA-04063: package body "GLOGOWNER.CREATE_TABLE" has errors
ORA-06508: PL/SQL: could not find program unit being called:
"GLOGOWNER.CREATE_TABLE"
ORA-06512: at line 1

BEGIN create_table.all_tables('N'); END;
*
ERROR at line 1:
ORA-04063: package body "GLOGOWNER.CREATE_TABLE" has errors
ORA-06508: PL/SQL: could not find program unit being called:
"GLOGOWNER.CREATE_TABLE"
ORA-06512: at line 1

Creating primary keys...
TRANSACTIONAL_EVENT ORA-00942: table or view does not exist
TRANSACTIONAL_EVENT_CONTACT ORA-00942: table or view does not exist
TRANSACTIONAL_EVENT_INVPARTY ORA-00942: table or view does not exist
TRANSACTIONAL_EVENT_SERVPROV ORA-00942: table or view does not exist
TRANSACTIONAL_EVENT_SUBJECT ORA-00942: table or view does not exist
TRANSLATION ORA-00942: table or view does not exist
TRANSLATION_D ORA-00942: table or view does not exist
TRANSPORT_MODE ORA-00942: table or view does not exist
TRANSPORT_NETWORK ORA-00942: table or view does not exist
TRANSPORT_NETWORK_INV_PARTY ORA-00942: table or view does not exist
TRANSPORT_NETWORK_SCHEDULE ORA-00942: table or view does not exist
UDC_CLASSIFICATION_LIST ORA-00942: table or view does not exist
UDC_CLASSIFICATION_LIST_D ORA-00942: table or view does not exist
UNITIZATION_RULE ORA-00942: table or view does not exist
UOM ORA-00942: table or view does not exist
UOMMAP ORA-00942: table or view does not exist
USER_ACCESS ORA-00942: table or view does not exist
USER_APPDATA ORA-00942: table or view does not exist
USER_ASSOCIATION ORA-00942: table or view does not exist

..............................

Could anyone please share the resolution to the above issue if faced before

Thanks for your time

Regards,
a1_win


Viewing all articles
Browse latest Browse all 2772

Trending Articles