oracle 10gR2 skgaio.o missing [message #276985] |
Sat, 27 October 2007 12:21 |
el33t
Messages: 29 Registered: October 2007
|
Junior Member |
|
|
Hello,
I have Oracle 10GR2 and RHEL4.
I ran this command:
make -f ins_rdbms.mk async_on
and got this error
rm -f /opt/app/oracle/db/rdbms/lib/skgaioi.o
cp /opt/app/oracle/db/rdbms/lib/skgaio.o /opt/app/oracle/db/rdbms/lib/skgaioi.o
cp: cannot stat `/opt/app/oracle/db/rdbms/lib/skgaio.o': No such file or directory
make: *** [do_async_on] Error 1
and stupid me ran this twice (stress maybe)
make -f ins_rdbms.mk async_off
and it disabled asynch in the oracle binary and also lost the backup "Oracle0" binary
While searching on google I realized that Oracle 10GR2 has aio enabled by default
Please help me how can I rebuild the oracle binary with asyncio?
Thank You.
[Updated on: Sat, 27 October 2007 12:22] Report message to a moderator
|
|
|
|
Re: oracle 10gR2 skgaio.o missing [message #277006 is a reply to message #276988] |
Sat, 27 October 2007 22:16 |
el33t
Messages: 29 Registered: October 2007
|
Junior Member |
|
|
alas i'm vegeterian
I did relink oracle but it did the same thing as make -f ins_rdbms.mk async_off it seems.
I have another database server on linux which is fine and comparing the oracle binary it is 90 MB on normal server and 82MB on my screwed testbed server.
Btw is this normal message in alertlog?
replication_dependency_tracking turned off (no async multimaster replication found)
How do i make sure async is working?
I did make sure:
ldd oracle | grep libaio
libaio.so.1 => /usr/lib/libaio.so.1 (0x00427000)
Thank You.
[Updated on: Sat, 27 October 2007 22:17] Report message to a moderator
|
|
|
|
|
|