Home » RDBMS Server » Server Administration » Script dbstart
Script dbstart [message #163578] Fri, 17 March 2006 05:47 Go to next message
orant1
Messages: 28
Registered: June 2005
Junior Member
Hi,

When i start database(10.2.0.1) with dbstart i get message:
'dbstart: VER10LIST=10: is not an identifier'.
What is the problem?
Re: Script dbstart [message #176823 is a reply to message #163578] Fri, 09 June 2006 17:32 Go to previous messageGo to next message
mpaulis
Messages: 2
Registered: June 2006
Junior Member
Did you ever find a solution for this? I'm running into the same thing.
Re: Script dbstart [message #176824 is a reply to message #163578] Fri, 09 June 2006 17:41 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
# Use ORACLE_TRACE=T for tracing this script.

Also what OS & version?
Re: Script dbstart [message #176825 is a reply to message #176824] Fri, 09 June 2006 18:22 Go to previous messageGo to next message
mpaulis
Messages: 2
Registered: June 2006
Junior Member
Solaris 8 / SPARC, Oracle 10.2.0.1.0

That '..is not an identifier' message looks like it's being caused by the 'export' statement. If I remove the export statement, that error goes away (I get another error later in the script).
Makes me think there's something about the shell environment running the script that's causing the problem.

I'm assuming that I just add 'ORACLE_TRACE=T' early in the start script, correct? Where does the trace output go?
Re: Script dbstart [message #176826 is a reply to message #163578] Fri, 09 June 2006 18:56 Go to previous messageGo to next message
BlackSwan
Messages: 26766
Registered: January 2009
Location: SoCal
Senior Member
I do not use dbstart myself.
export ORACLE_TRACE=T

Yes, I'd suspect an environmental issue, too.
Post back here results from
env | sort
Re: Script dbstart [message #283255 is a reply to message #163578] Mon, 26 November 2007 09:02 Go to previous message
pbunclark
Messages: 1
Registered: November 2007
Location: Cambridge
Junior Member
It's all because sh on Solaris really is Bourne shell and
not actually bash - so "export=" is not allowed.

Change #!/bin/sh to #!/bin/bash

Pete.
Previous Topic: Unable to connect using Net service name
Next Topic: ora-01659
Goto Forum:
  


Current Time: Thu Sep 19 18:14:17 CDT 2024