Links
Home
Oracle DBA Forum
Frequent Oracle Errors
TNS:could not resolve the connect identifier specified
Backtrace message unwound by exceptions
invalid identifier
PL/SQL compilation error
internal error
missing expression
table or view does not exist
end-of-file on communication channel
TNS:listener unknown in connect descriptor
insufficient privileges
PL/SQL: numeric or value error string
TNS:protocol adapter error
ORACLE not available
target host or object does not exist
invalid number
unable to allocate string bytes of shared memory
resource busy and acquire with NOWAIT specified
error occurred at recursive SQL level string
ORACLE initialization or shutdown in progress
archiver error. Connect internal only, until freed
snapshot too old
unable to extend temp segment by string in tablespace
Credential retrieval failed
missing or invalid option
invalid username/password; logon denied
unable to create INITIAL extent for segment
out of process memory when trying to allocate string bytes
shared memory realm does not exist
cannot insert NULL
TNS:unable to connect to destination
remote database not found'>ora-02019
exception encountered: core dump
inconsistent datatypes
no data found
TNS:operation timed out
PL/SQL: could not find program
existing state of packages has been discarded
maximum number of processes exceeded
error signaled in parallel query server
ORACLE instance terminated. Disconnection forced
TNS:packet writer failure
see ORA-12699
missing right parenthesis
name is already used by an existing object
cannot identify/lock data file
invalid file operation
quoted string not properly terminated
Logical standby problem

Logical standby problem

2005-09-01       - By Mark Bole

Reply:     1     2     3  

Set the following logical standby parameter.

DBMS_LOGSTDBY.SKIP('NON_SCHEMA_DDL');

I had the exact same problem, this worked.  This may have the side
affect of skipping all grants whatsoever, I haven't checked.  However,
for non-DML changes of this nature you are probably better off bypassing
the guard tempoarily and performing them directly in the logical
standby, so that's not necessarily a show-stopper.

--
Mark Bole
http://www.bincomputing.com



rjamya wrote:

> A colleague is trying to create a logical standby database. During
> apply, it is getting stuck on
>
> LOGSTDBY stmt: grant select,insert on sys.ora_temp_1_ds_24148 to "SYSTEM"
> LOGSTDBY status: ORA-00942 (See ORA-00942.ora-code.com): table or view does not exist
> LOGSTDBY Apply process P004 pid=27 OS id=913594 stopped
>
> Now we all know that this temp tablename is generated when collecting
> stats. System owns the package that generated the stats in the actual
> database. Is there a way to resolve this? I have no clue about it and
> Metalink has been less than helpful. A TAR has been loggged, but I
> needed it to be run by you all.
>
> Any pointers are greatly appreciated.
> Raj
> -- ---- ---- ---- ---- ---- --
> select standard_disclaimer from company_requirements where category =
> 'MANDATORY';



--
http://www.freelists.org/webpage/oracle-l