Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Streams error- PLS-00201: identifier 'DBMS_AQADM' must be declared
All,
i have a streams setup that sends all the changes from a 9i db scott.emp to 10g db scott.emp . but the changes are not getting transmitted to 10g.
SELECT p.DESTINATION_DBLINK,
DECODE(s.SCHEDULE_DISABLED,
'Y', 'Disabled',
'N', 'Enabled') SCHEDULE_DISABLED,
s.PROCESS_NAME, s.FAILURES, s.LAST_ERROR_TIME, s.LAST_ERROR_MSG
ORA-06550: line 1, column 7: PLS-00201: identifier 'DBMS_AQADM' must be declared ORA-06550: line 1, column 7:
I will appreciate any input.
thanks
-Prasad
-- http://www.freelists.org/webpage/oracle-lReceived on Thu Nov 08 2007 - 13:26:47 CST
![]() |
![]() |