Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Kernel Extensions and Device Support Programming Concepts

Status
Not open for further replies.

okav

IS-IT--Management
May 6, 2003
7
DE
Hi,

we have got an AIX 5.2.0.0 and we have copy Oracle 8.1.7.0.4 on this system. Now we have got this following error when we will start (for example)
- sqlplus or
- svrmgrl:

"Symbol pw_post (number 272) is not exported from dependent module /unix."

Can anyone help me to start/use sqlplus on my system ?
Thank you in advance...
 
Hi AIXSPadmin,

thank you for your help,but i had try this before and after enable asynchrounous I/O i had reboot my system but it doesn´t help...
 
Have you loaded the post-wait kenel extentions?

in your /etc/inittab

orapw:2:wait:/etc/loadext -l /etc/pw-syscall


make sure you are loading the correct version of the post-wait drive. Oracle 8.1.7.4 uses version 3.

/etc/loadext -v /etc/pw-syscall
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top