Re: 10.2.0.3 on Solaris 10: 137111
Date: Wed, 25 Jun 2008 14:42:43 -0400
Message-ID: <OF8BCD0E75.3EC98A76-ON85257473.00668462-85257473.0066CA45@lnotes-gw.ent.nwie.net>
no on that specific version BUT i did find the rm -fr command doesn't work
correctly, ok it does not work sometimes at all.
SunOS kentgolding 5.10 Generic_127111-02 sun4u sparc SUNW,Sun-Fire-880
Its weird when it works and when it don't, so as to not just promote a problem w/o a solution:
(although since find is not working for you Lisa, this is useless).
cd (to where you want to remove all directories below)
find . -type f -exec rm -f {} \;
find . -type d exec rmdir {} \'
cd ..
rmdir DIR
joe
Thanks, Joe
You can have it: Fast, Right or Cheap, pick 2 of the 3. Fast + Right is Expensive
Fast + Cheap will be incorrect.
Right + Cheap will take a while.
"Koivu, Lisa" <Lisa.Koivu_at_starwoodvo.com>
Sent by: oracle-l-bounce_at_freelists.org
06/25/2008 02:32 PM
Please respond to Lisa.Koivu_at_starwoodvo.com
From
"Koivu, Lisa" <Lisa.Koivu_at_starwoodvo.com>
To
<oracle-l_at_freelists.org>
cc
Subject
10.2.0.3 on Solaris 10: 137111
Hello all,
Is anyone running Oracle on the latest release of Solaris?
SunOS oocsvodas21 5.10 Generic_137111-01 sun4u sparc SUNW,SPARC-Enterprise
I successfully installed the dbms and agent and created a database, but now my scripts that work on every other server are failing with a stat() error on the find command. I am beginning to question this version of the OS because it was released in May.
Any comments are welcome. Thanks
Lisa Koivu
Oracle Database Administrator
Starwood Vacation Ownership
Orlando, FL, USA
This electronic message transmission contains information from the Company that may be proprietary, confidential and/or privileged. The information is intended only for the use of the individual(s) or entity named above. If you are not the intended recipient, be aware that any disclosure, copying or distribution or use of the contents of this information is prohibited. If you have received this electronic transmission in error, please notify the sender immediately by replying to the address listed in the "From:" field.
-- http://www.freelists.org/webpage/oracle-lReceived on Wed Jun 25 2008 - 13:42:43 CDT