0% found this document useful (0 votes)
387 views

Dcitionary Errors and Solutions

This document lists dictionary scripts that create views and tables in the Oracle database dictionary. It includes scripts for auditing, export/import, partitioning, procedures, replication, and other Oracle components. The scripts create objects to support various Oracle features and management tools.

Uploaded by

Gaurav Mathur
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
387 views

Dcitionary Errors and Solutions

This document lists dictionary scripts that create views and tables in the Oracle database dictionary. It includes scripts for auditing, export/import, partitioning, procedures, replication, and other Oracle components. The scripts create objects to support various Oracle features and management tools.

Uploaded by

Gaurav Mathur
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

Dictionary Scripts

To resolve
ORA-39127: unexpected error from call to export_string:=WMSYS.LT_EXPORT_PKG.sche
ma_info_exp('SYS',1,1,'10.02.00.03.00',newblock) ORA-04063: package "WMSYS.LTADM
" has errorsORA-06508: PL/SQL: could not find program unit being called: "WMSYS
.LTADM"
run
@?/rdbms/admin/owmcpkgb.plb@?/rdbms/admin/catexp@?/rdbms/admin/utlrp
OLAP component invalid
@?/olap/admin/olap.sql SYSAUX TEMP;
Spatial component invalid
@?/md/admin/catmd
InterMedia component invlaid
@?/ord/im/admin/iminst.sql
to resolve
ORA-04063: View "SYS.DBA_REGISTRY" has errors..
$ORACLE_HOME/rdbms/admin/prvtcr.plb
Other dictionary scripts
catadt.sql - Creates views that support user-defined types and object components
.
cataudit.sql - Creates the sys.aud$ dictionary table,
catexp.sql - Creates views for the import/export utilities
catldr.sql - Creates views for the sql*loader tool
catpart.sql - Creates views for partitioning oracle option,
catalog.sql - create data dictionary views.
cataudit.sql - data dictionary views for auditing. (catnoaud.sql will remove)
catblock.sql - create views of oracle locks
catclust.sql - create cluster database specific views definitions
catdbsyn.sql - catalog dba synonyms (dba_synonyms.sql)
catexp7.sql - create v7 style export/import views
catexp81.sql - create internal views for export/import utility
catio.sql - collect i/o per table/object stats by statistical sampling
catjava.sql - catalog scripts for java
catjobq.sql - catalog views for the job queue
catjvm.sql - create user|dba|all_java_* views
catldap.sql - catalog for ldap pl/sql api
catldr.sql - views for the direct path of the loader
catlsby.sql - logical standby tables and views
catpart.sql - creates data dictionary views for the partitioning table.
catoctk.sql - catalog - oracle cryptographic toolkit
catol.sql - outline views and synonyms
catparr.sql - parallel-server specific views, performance queries, etc
catpatch.sql - script to apply catalog patch set
catpitr.sql - tablespace point in time specific views
catplug.sql - pluggable tablespace check views
catprc.sql - creates data dictionary views for types, stored procedures, and tri
ggers.
catproc.sql - run all sql scripts for the procedural option
catqm.sql - creates the tables and views needed to run the xdb system
catqueue.sql - contains the queue dictionary information
catrep.sql - run all sql scripts for replication option
catrepc.sql - repcat tables, views, and sequences
catrepm.sql - catalog script for master replication packages
catrepr.sql - catalog replication remove
catreps.sql - installs pl/sql packages for snapshot functionality.
catrls.sql - catalog views for row level security
catrm.sql - packages for the dbms resource manager
catrpc.sql - rpc procedural option
catrule.sql - rules catalog creation
catsnap.sql - data dictionary views for snapshots
catsnmp.sql - creates an snmpagent role
catspace.sql - catalog space management (remove with catspaced.sql)
catsum.sql - data dictionary views for summary management
catsvrmg.sql - create the views and tables required for server manager
catblock.sql - creates the view blocking_locks, which shows which locks are bloc
king the system
catnoaud.sql - removes the database audit trail created by cataudit.sql, includi
ng its data and views
catnoprc.sql - removes data dictionary structures that were created by catprc.sq
l

You might also like