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
Unable to create SPFILE.

Unable to create SPFILE.

2005-10-12       - By Marquez, Chris

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

Sorry meant to say;

SQL> startup pfile ='/[your changed pfile]';
SQL> show parameter audit
SQL> create spfile='.....' from pfile='....';
SQL> shutdown;
SQL> startup spfile ='/[your new spfile]';
SQL> show parameter audit

If this is a bug or feature this will show it.


Chris Marquez
Oracle DBA



-- --Original Message-- --
From: oracle-l-bounce@(protected) on behalf of Marquez, Chris
Sent: Wed 10/12/2005 10:06 AM
To: chiragdba@(protected); Oracle-L Freelists
Subject: RE: Unable to create SPFILE.


You sure you are using the right (default) pfile on startup?

do this;
SQL> startup; [as you normaly would]
SQL> show parameter audit

???

Something got to be a miss on your end...or this would be a scary (documented)
bug?

Chris Marquez
Oracle DBA

-- --Original Message-- --
From: oracle-l-bounce@(protected) on behalf of Chirag DBA
Sent: Wed 10/12/2005 9:45 AM
To: Oracle-L Freelists
Subject: Unable to create SPFILE.

I have started my Database with pfile and now want to create spfile.
I am using create spfile='location' from pfile;
When I see the audit parameters in pfile, it is AUDIT_TRAIL=DB,
but in SPFILE it is showing as AUDIT_TRAIL=OS, set previously but changed
now.
same with few other parameters.
I changed my init file, bounce DB with pfile and now creating spfile.
This is 9i with Solaris.
regards - chirag




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.39">
<TITLE>RE: Unable to create SPFILE.</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Sorry meant to say;<BR>
<BR>
SQL&gt; startup pfile ='/[your changed pfile]';<BR>
SQL&gt; show parameter audit<BR>
SQL&gt; create spfile='.....' from pfile='....';<BR>
SQL&gt; shutdown;<BR>
SQL&gt; startup spfile ='/[your new spfile]';<BR>
SQL&gt; show parameter audit<BR>
<BR>
If this is a bug or feature this will show it.<BR>
<BR>
<BR>
Chris Marquez<BR>
Oracle DBA<BR>
<BR>
<BR>
<BR>
-- --Original Message-- --<BR>
From: oracle-l-bounce@(protected) on behalf of Marquez, Chris<BR>
Sent: Wed 10/12/2005 10:06 AM<BR>
To: chiragdba@(protected); Oracle-L Freelists<BR>
Subject: RE: Unable to create SPFILE.<BR>
<BR>
<BR>
You sure you are using the right (default) pfile on startup?<BR>
<BR>
do this;<BR>
SQL&gt; startup; [as you normaly would]<BR>
SQL&gt; show parameter audit<BR>
<BR>
???<BR>
<BR>
Something got to be a miss on your end...or this would be a scary (documented)
bug?<BR>
<BR>
Chris Marquez<BR>
Oracle DBA<BR>
<BR>
-- --Original Message-- --<BR>
From: oracle-l-bounce@(protected) on behalf of Chirag DBA<BR>
Sent: Wed 10/12/2005 9:45 AM<BR>
To: Oracle-L Freelists<BR>
Subject: Unable to create SPFILE.<BR>
<BR>
I have started my Database with pfile and now want to create spfile.<BR>
&nbsp;I am using create spfile='location' from pfile;<BR>
&nbsp;When I see the audit parameters in pfile, it is AUDIT_TRAIL=DB,<BR>
but in SPFILE it is showing as AUDIT_TRAIL=OS, set previously but changed<BR>
now.<BR>
same with few other parameters.<BR>
I changed my init file, bounce DB with pfile and now creating spfile.<BR>
&nbsp;This is 9i with Solaris.<BR>
&nbsp;regards - chirag<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>