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
physical standby database managed/non-managed

physical standby database managed/non-managed

2006-01-26       - By Terry Sutton

Reply:     1     2     3     4     5     6     7     8     9     10     >>  

Sandeep,


If your network people are not swayed by the good advice you've received, to
answer your last question:

CONNECT / AS SYSDBA
SELECT MAX (sequence#) last_log
FROM   v$log_history;

--Terry

> Hi,
>
> We need to implement physical standby database. Primary and standby
> will be in two separate networks behind their own firewalls. Security
> guys dont allow to ping from one server to other server. I can not
> create sqlnet connection either.
>
> So from primary I ssh to a hop server and from there I ssh to standby.
> Under given situation I assume that I can not set up data guard. Or is
> there any way I can implement data guard? Is any suggestion to network
> security folks that will let me connect from primary to standby
> without opening any security risk?
>
> I have started looking into alternative solution using non-managed
> standby. I created a standby database. I am copying the archived logs
> from primary manually and applying on standby. Standby running behind
> the primary acceptable here. Moving the archived logs will be
> implemented through a perl script that will be called from cronjob.
> In this script I have command "Recover standby database;" After that
> if I do AUTO it applies all archived logs and give ORA-00308 (See ORA-00308.ora-code.com) for next
> (not yet there) archived log.
> This is the way it is supposed to be.
>
> Is there any way that standby recover to the last available archived
> log and comes out cleanly? How can I query the last archived log file
> applied on the standby database?
>
> Thanks
>
> Sandeep
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>
>

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