Go Back  IT Forums > Software > Oracle
User Name
Password
Reply
 
Thread Tools Search this Thread Display Modes

Data Pump error
  #1
Old 09-28-2006, 09:13 AM
Ron Schuster
Junior Member


Ron Schuster is offline
Ron Schuster's Info
Join Date: Feb 2005
Posts: 6
Default Data Pump error

I'm getting the following error trying to do a data pump export in 10g
Express. I'm basically just trying to follow the example in the help.

C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr
DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log

Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006
11:27:58

Copyright (c) 2003, 2005, Oracle. All rights reserved.

Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 -
Production
ORA-31626: job does not exist
ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPV$FT_INT", line 600
ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for
Data Pump job
ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
ORA-06512: at "SYS.KUPC$QUE_INT", line 1555
ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
ORA-06508: PL/SQL: could not find program unit being called:
"SYS.DBMS_AQADM_SYS"




Reply With Quote
Data Pump error
  #2
Old 10-01-2006, 10:36 PM
Vladimir M. Zakharychev
Junior Member


Vladimir M. Zakharychev is offline
Vladimir M. Zakharychev's Info
Join Date: May 2006
Posts: 11
Default Data Pump error


Ron Schuster wrote:
Quote:
I'm getting the following error trying to do a data pump export in 10g Express. I'm basically just trying to follow the example in the help. C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006 11:27:58 Copyright (c) 2003, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production ORA-31626: job does not exist ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPV$FT_INT", line 600 ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for Data Pump job ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPC$QUE_INT", line 1555 ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"


This one is particularly alerting: ORA-04063: package body
"SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with
your database. Try connecting AS SYSDBA and re-running
@?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit
any errors during this script execution and won't be able to fix them
yourself, post them here. If there will be no errors, try your export
again and see if the original problem persists.

Hth,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com

Reply With Quote
Data Pump error
  #3
Old 10-02-2006, 05:37 AM
Ron Schuster
Junior Member


Ron Schuster is offline
Ron Schuster's Info
Join Date: Feb 2005
Posts: 6
Default Data Pump error

Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
I'm getting the following error trying to do a data pump export in 10g Express. I'm basically just trying to follow the example in the help. C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006 11:27:58 Copyright (c) 2003, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production ORA-31626: job does not exist ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPV$FT_INT", line 600 ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for Data Pump job ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPC$QUE_INT", line 1555 ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
This one is particularly alerting: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with your database. Try connecting AS SYSDBA and re-running @?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit any errors during this script execution and won't be able to fix them yourself, post them here. If there will be no errors, try your export again and see if the original problem persists. Hth, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com


If I just installed Oracle Express, what is the password for SYSDBA?
Reply With Quote
Data Pump error
  #4
Old 10-02-2006, 07:08 AM
DA Morgan
Junior Member


DA Morgan is offline
DA Morgan's Info
Join Date: May 2005
Posts: 474
Default Data Pump error

Ron Schuster wrote:
Quote:
Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
I'm getting the following error trying to do a data pump export in 10g Express. I'm basically just trying to follow the example in the help. C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006 11:27:58 Copyright (c) 2003, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production ORA-31626: job does not exist ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPV$FT_INT", line 600 ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for Data Pump job ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPC$QUE_INT", line 1555 ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
This one is particularly alerting: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with your database. Try connecting AS SYSDBA and re-running @?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit any errors during this script execution and won't be able to fix them yourself, post them here. If there will be no errors, try your export again and see if the original problem persists. Hth, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com
If I just installed Oracle Express, what is the password for SYSDBA?


SYSDBA doesn't have a password ... SYS does. SYSDBA is a role.
What precisely are you using to log in ... all of it ... as you
are typing it into the prompts?
--
Daniel Morgan
University of Washington
Puget Sound Oracle Users Group
Reply With Quote
Data Pump error
  #5
Old 10-03-2006, 08:01 AM
Vladimir M. Zakharychev
Junior Member


Vladimir M. Zakharychev is offline
Vladimir M. Zakharychev's Info
Join Date: May 2006
Posts: 11
Default Data Pump error


Ron Schuster wrote:
Quote:
Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
I'm getting the following error trying to do a data pump export in 10g Express. I'm basically just trying to follow the example in the help. C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006 11:27:58 Copyright (c) 2003, 2005, Oracle. All rights reserved. Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production ORA-31626: job does not exist ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPV$FT_INT", line 600 ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for Data Pump job ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95 ORA-06512: at "SYS.KUPC$QUE_INT", line 1555 ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"
This one is particularly alerting: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with your database. Try connecting AS SYSDBA and re-running @?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit any errors during this script execution and won't be able to fix them yourself, post them here. If there will be no errors, try your export again and see if the original problem persists. Hth, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com
If I just installed Oracle Express, what is the password for SYSDBA?


You should be able to login without password from the host where Oracle
runs using this sequence:

at the OS command prompt type

sqlplus /nolog

then at the SQL*Plus prompt

connect / as sysdba

This should connect you to the instance as SYS with SYSDBA role using
operating system authentication (so you must be member of ORA_DBA group
on OS level.) Then you can run suggested script (just paste or type the
command I gave in my previous post in SQL*Plus.) You may want to spool
its output to a file for further review. To do this, type

spool path/to/the/filename.txt

at SQL*Plus prompt before actually running the script. When the script
is done, type

spool off

to turn off spooling. Then review the filename.txt file looking for any
errors and try to fix them, or, if you can't, post them here.

Reading through the 2 Day DBA guide will surely be helpful, too. Pay
close attention to sections describing how to manage database using SQL
commands - some things can't be done from the GUI and (I think) running
database creation/upgrade scripts is one of them, so you should really
get yourself familiar with SQL*Plus.

Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com

Reply With Quote
Data Pump error
  #6
Old 10-05-2006, 09:00 AM
Ron Schuster
Junior Member


Ron Schuster is offline
Ron Schuster's Info
Join Date: Feb 2005
Posts: 6
Default Data Pump error

Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:> I'm getting the following error trying to do a data pump export in 10g> Express. I'm basically just trying to follow the example in the help.>> C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr> DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log>> Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006> 11:27:58>> Copyright (c) 2003, 2005, Oracle. All rights reserved.>> Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 -> Production> ORA-31626: job does not exist> ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95> ORA-06512: at "SYS.KUPV$FT_INT", line 600> ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for> Data Pump job> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95> ORA-06512: at "SYS.KUPC$QUE_INT", line 1555> ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors> ORA-06508: PL/SQL: could not find program unit being called:> "SYS.DBMS_AQADM_SYS" This one is particularly alerting: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with your database. Try connecting AS SYSDBA and re-running @?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit any errors during this script execution and won't be able to fix them yourself, post them here. If there will be no errors, try your export again and see if the original problem persists. Hth, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com
If I just installed Oracle Express, what is the password for SYSDBA?
You should be able to login without password from the host where Oracle runs using this sequence: at the OS command prompt type sqlplus /nolog then at the SQL*Plus prompt connect / as sysdba This should connect you to the instance as SYS with SYSDBA role using operating system authentication (so you must be member of ORA_DBA group on OS level.) Then you can run suggested script (just paste or type the command I gave in my previous post in SQL*Plus.) You may want to spool its output to a file for further review. To do this, type spool path/to/the/filename.txt at SQL*Plus prompt before actually running the script. When the script is done, type spool off to turn off spooling. Then review the filename.txt file looking for any errors and try to fix them, or, if you can't, post them here. Reading through the 2 Day DBA guide will surely be helpful, too. Pay close attention to sections describing how to manage database using SQL commands - some things can't be done from the GUI and (I think) running database creation/upgrade scripts is one of them, so you should really get yourself familiar with SQL*Plus. Regards, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com



The script runs with errors. This appears multiple times in the log:

ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors
ORA-06508: PL/SQL: could not find program unit being called:
"SYS.DBMS_AQADM_SYS"
Reply With Quote
Data Pump error
  #7
Old 10-06-2006, 07:26 AM
Vladimir M. Zakharychev
Junior Member


Vladimir M. Zakharychev is offline
Vladimir M. Zakharychev's Info
Join Date: May 2006
Posts: 11
Default Data Pump error


Ron Schuster wrote:
Quote:
Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
Vladimir M. Zakharychev wrote:> Ron Schuster wrote:>> I'm getting the following error trying to do a data pump export in 10g>> Express. I'm basically just trying to follow the example in the help.>>>> C:\Documents and Settings\eheard>expdp SYSTEM/dbo SCHEMAS=hr>> DIRECTORY=dmpdir DUMPFILE=schema.dmp LOGFILE=expschema.log>>>> Export: Release 10.2.0.1.0 - Production on Thursday, 28 September, 2006>> 11:27:58>>>> Copyright (c) 2003, 2005, Oracle. All rights reserved.>>>> Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 ->> Production>> ORA-31626: job does not exist>> ORA-31637: cannot create job SYS_EXPORT_SCHEMA_01 for user SYSTEM>> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95>> ORA-06512: at "SYS.KUPV$FT_INT", line 600>> ORA-39080: failed to create queues "KUPC$C_1_20060928112759" and "" for>> Data Pump job>> ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95>> ORA-06512: at "SYS.KUPC$QUE_INT", line 1555>> ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors>> ORA-06508: PL/SQL: could not find program unit being called:>> "SYS.DBMS_AQADM_SYS"> This one is particularly alerting: ORA-04063: package body> "SYS.DBMS_AQADM_SYS" has errors. Looks like something's not right with> your database. Try connecting AS SYSDBA and re-running> @?/rdbms/admin/catqueue.sql to redo AQ initialization. If you will hit> any errors during this script execution and won't be able to fix them> yourself, post them here. If there will be no errors, try your export> again and see if the original problem persists.>> Hth,> Vladimir M. Zakharychev> N-Networks, makers of Dynamic PSP(tm)> http://www.dynamicpsp.com> If I just installed Oracle Express, what is the password for SYSDBA?
You should be able to login without password from the host where Oracle runs using this sequence: at the OS command prompt type sqlplus /nolog then at the SQL*Plus prompt connect / as sysdba This should connect you to the instance as SYS with SYSDBA role using operating system authentication (so you must be member of ORA_DBA group on OS level.) Then you can run suggested script (just paste or type the command I gave in my previous post in SQL*Plus.) You may want to spool its output to a file for further review. To do this, type spool path/to/the/filename.txt at SQL*Plus prompt before actually running the script. When the script is done, type spool off to turn off spooling. Then review the filename.txt file looking for any errors and try to fix them, or, if you can't, post them here. Reading through the 2 Day DBA guide will surely be helpful, too. Pay close attention to sections describing how to manage database using SQL commands - some things can't be done from the GUI and (I think) running database creation/upgrade scripts is one of them, so you should really get yourself familiar with SQL*Plus. Regards, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com
The script runs with errors. This appears multiple times in the log: ORA-04063: package body "SYS.DBMS_AQADM_SYS" has errors ORA-06508: PL/SQL: could not find program unit being called: "SYS.DBMS_AQADM_SYS"


Strange. In SQL*Plus, type

SHOW ERRORS PACKAGE BODY SYS.DBMS_AQADM_SYS

and see why it doesn't want to compile (or post the errors here.)

Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com

Reply With Quote
Data Pump error
  #8
Old 10-06-2006, 08:13 AM
Ron Schuster
Junior Member


Ron Schuster is offline
Ron Schuster's Info
Join Date: Feb 2005
Posts: 6
Default Data Pump error

SQL> show errors package body sys.dbms_aqadm_sys
Errors for PACKAGE BODY SYS.DBMS_AQADM_SYS:

LINE/COL ERROR
-------- -----------------------------------------------------------------
1415/20 PL/SQL: Item ignored
1415/27 PLS-00302: component 'AQ$_QUEUES' must be declared
1418/5 PL/SQL: SQL Statement ignored
1418/27 PLS-00320: the declaration of the type of this expression is
incomplete or malformed

1418/33 PL/SQL: ORA-00904: : invalid identifier
1426/5 PL/SQL: SQL Statement ignored
1428/50 PL/SQL: ORA-00904: "OBJNO": invalid identifier
1428/50 PLS-00320: the declaration of the type of this expression is
incomplete or malformed

LINE/COL ERROR
-------- -----------------------------------------------------------------

1436/6 PL/SQL: SQL Statement ignored
1438/15 PL/SQL: ORA-00904: "OBJNO": invalid identifier
1438/15 PLS-00320: the declaration of the type of this expression is
incomplete or malformed

1448/9 PL/SQL: Statement ignored
1449/13 PLS-00320: the declaration of the type of this expression is
incomplete or malformed

1881/21 PL/SQL: Item ignored

LINE/COL ERROR
-------- -----------------------------------------------------------------
1881/28 PLS-00302: component 'AQ$_QUEUE_TABLES' must be declared
1882/21 PL/SQL: Item ignored
1882/28 PLS-00302: component 'AQ$_QUEUES' must be declared
1883/21 PL/SQL: Item ignored
1883/28 PLS-00302: component 'AQ$_QUEUES' must be declared
1888/28 PLS-00302: component 'AQ$_QUEUES' must be declared
SQL>


Reply With Quote
Data Pump error
  #9
Old 10-08-2006, 10:11 PM
Vladimir M. Zakharychev
Junior Member


Vladimir M. Zakharychev is offline
Vladimir M. Zakharychev's Info
Join Date: May 2006
Posts: 11
Default Data Pump error

Ron Schuster wrote:
Quote:
SQL> show errors package body sys.dbms_aqadm_sys Errors for PACKAGE BODY SYS.DBMS_AQADM_SYS: LINE/COL ERROR -------- ----------------------------------------------------------------- 1415/20 PL/SQL: Item ignored 1415/27 PLS-00302: component 'AQ$_QUEUES' must be declared 1418/5 PL/SQL: SQL Statement ignored 1418/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1418/33 PL/SQL: ORA-00904: : invalid identifier 1426/5 PL/SQL: SQL Statement ignored 1428/50 PL/SQL: ORA-00904: "OBJNO": invalid identifier 1428/50 PLS-00320: the declaration of the type of this expression is incomplete or malformed LINE/COL ERROR -------- ----------------------------------------------------------------- 1436/6 PL/SQL: SQL Statement ignored 1438/15 PL/SQL: ORA-00904: "OBJNO": invalid identifier 1438/15 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1448/9 PL/SQL: Statement ignored 1449/13 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1881/21 PL/SQL: Item ignored LINE/COL ERROR -------- ----------------------------------------------------------------- 1881/28 PLS-00302: component 'AQ$_QUEUE_TABLES' must be declared 1882/21 PL/SQL: Item ignored 1882/28 PLS-00302: component 'AQ$_QUEUES' must be declared 1883/21 PL/SQL: Item ignored 1883/28 PLS-00302: component 'AQ$_QUEUES' must be declared 1888/28 PLS-00302: component 'AQ$_QUEUES' must be declared SQL>


Next step is to figure out why catqueue.sql didn't create these tables.
They should've been created with SYSTEM being the owner. You can verify
their existence, for example, with this SQL:

select owner, table_name from dba_tables where table_name like
'AQ$\_QUEUE%';

Check if they do exist and the owner is correct. If they are not there,
try creating them manually using the corresponding CREATE TABLE
commands in the rdbms/admin/catqueue.sql script (the path is relative
to your Oracle home directory,) and see if there are any errors
preventing them from being created. If they are owned by wrong user,
you will need to drop them and re-run catqueue.sql script again, logged
in as SYSDBA.

Regards,
Vladimir M. Zakharychev
N-Networks, makers of Dynamic PSP(tm)
http://www.dynamicpsp.com

Reply With Quote
Data Pump error
  #10
Old 10-09-2006, 10:52 AM
Ron Schuster
Junior Member


Ron Schuster is offline
Ron Schuster's Info
Join Date: Feb 2005
Posts: 6
Default Data Pump error

Vladimir M. Zakharychev wrote:
Quote:
Ron Schuster wrote:
Quote:
SQL> show errors package body sys.dbms_aqadm_sys Errors for PACKAGE BODY SYS.DBMS_AQADM_SYS: LINE/COL ERROR -------- ----------------------------------------------------------------- 1415/20 PL/SQL: Item ignored 1415/27 PLS-00302: component 'AQ$_QUEUES' must be declared 1418/5 PL/SQL: SQL Statement ignored 1418/27 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1418/33 PL/SQL: ORA-00904: : invalid identifier 1426/5 PL/SQL: SQL Statement ignored 1428/50 PL/SQL: ORA-00904: "OBJNO": invalid identifier 1428/50 PLS-00320: the declaration of the type of this expression is incomplete or malformed LINE/COL ERROR -------- ----------------------------------------------------------------- 1436/6 PL/SQL: SQL Statement ignored 1438/15 PL/SQL: ORA-00904: "OBJNO": invalid identifier 1438/15 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1448/9 PL/SQL: Statement ignored 1449/13 PLS-00320: the declaration of the type of this expression is incomplete or malformed 1881/21 PL/SQL: Item ignored LINE/COL ERROR -------- ----------------------------------------------------------------- 1881/28 PLS-00302: component 'AQ$_QUEUE_TABLES' must be declared 1882/21 PL/SQL: Item ignored 1882/28 PLS-00302: component 'AQ$_QUEUES' must be declared 1883/21 PL/SQL: Item ignored 1883/28 PLS-00302: component 'AQ$_QUEUES' must be declared 1888/28 PLS-00302: component 'AQ$_QUEUES' must be declared SQL>
Next step is to figure out why catqueue.sql didn't create these tables. They should've been created with SYSTEM being the owner. You can verify their existence, for example, with this SQL: select owner, table_name from dba_tables where table_name like 'AQ$\_QUEUE%'; Check if they do exist and the owner is correct. If they are not there, try creating them manually using the corresponding CREATE TABLE commands in the rdbms/admin/catqueue.sql script (the path is relative to your Oracle home directory,) and see if there are any errors preventing them from being created. If they are owned by wrong user, you will need to drop them and re-run catqueue.sql script again, logged in as SYSDBA. Regards, Vladimir M. Zakharychev N-Networks, makers of Dynamic PSP(tm) http://www.dynamicpsp.com

They are there and SYSTEM is the owner. Next idea?


SQL> select owner, table_name from dba_tables where table_name like
'AQ$_QUEUE%'
;

OWNER TABLE_NAME
------------------------------ ------------------------------
SYSTEM AQ$_QUEUE_TABLES
SYSTEM AQ$_QUEUES
SYS AQ$_QUEUE_TABLE_AFFINITIES
SYS AQ$_QUEUE_STATISTICS

SQL>
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



Powered by: vBulletin Version 3.0.7
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Style Design by vBStyles.com


Top Contact Us - IT Forums - Archive - MyLounge Top
MyLounge.com Site Map
Forum: Cars, Cell Phone, Database, Games, Home Improvement, IT, Music, School, Sports, Web Design, Web Server, Weight Loss

The MyLounge.com forum is intended for informational use only and should not be relied upon and is not a substitute for any advice. The information contained on MyLounge.com are opinions and suggestions of members and is not a representation of the opinions of MyLounge.com. MyLounge.com does not warrant or vouch for the accuracy, completeness or usefulness of any postings or the qualifications of any person responding. Please consult a expert or seek the services of an attorney in your area for more accuracy on your specific situation. Please note that our forums also serve as mirrors to Usenet newsgroups. Many posts you see on our forums are made by newsgroup users who may not be members of MyLounge.com Term of Service