The UNIX and Linux Forums
>
Top Forums
>
UNIX for Advanced & Expert Users
How to diagnosis the problem on Solaris 10 for DB startup
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
How to diagnosis the problem on Solaris 10 for DB startup
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
09-09-2007
zazzybob
Registered Geek
Join Date: Dec 2003
Location: Melbourne, Australia
Posts: 2,100
Add something like this to the top of your Oracle start script
Code:
set -x exec 1>/tmp/stdout.log exec 2>/tmp/stderr.log ...
Review the logs and see if that highlights anything.
Cheers,
ZB
zazzybob
View Public Profile
Visit zazzybob's homepage!
Find all posts by zazzybob