This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.
Saturday, 26 May 2012
ORA-00022: invalid session ID; access denied Process ID: 10610 Session ID
Wednesday, 2 May 2012
Missing or Invalid Version of SQL Library libpsora
E:AS Missing or Invalid Version of SQL Library libpsora PeopleTools 8.48+ on Oracle 10g and 11i [ID 650409.1] | |||||
Modified 30-MAR-2012 Type PROBLEM Status ARCHIVED |
Applies to:
PeopleSoft Enterprise PT PeopleTools - Version: 8.48 to 8.51 [Release: 8.4 to 8.4]Generic Linux
***Checked for relevance on 23-Aug-2011***
Symptoms
Application server can't start because of bad link. The application server is looking for a library that does not exist: dlopen in libpscompat failed for libpsora.sl: ld.so.1: PSAPPSRV: fatal: libclntsh.sl.9.0: open failed: No such file or directorystderr file has errors similar to:
/usr/lib/pa20_64/dld.sl: Unable to find library 'libclntsh.sl.9.0'.
stdout file has the error:
shl_load in libpscompat failed for libpsora.sl
Cause
Not ApplicableSolution
PeopleSoft now supports 64 bit Oracle for PeopleTools 8.48 and later. The library libclntsh.so.10.1 (Oracle 10g) libclntsh.so.11.1 (Oracle 11i) must be linked in the 64 bit lib directory.If stderr error reports an error with libclntsh.sl.9.0, run the link command in the $ORACLE_HOME/lib directory as the oracle user :
ln -s $ORACLE_HOME/lib/libclntsh.sl.10.1 libclntsh.sl.9.0 (Oracle 10g)
ln -s $ORACLE_HOME/lib/libclntsh.so.11.1 libclntsh.sl.9.0 (Oracle 11i)
If stderr error reports an error with libclntsh.so.9.0, run the link command in the $ORACLE_HOME/lib directory as the oracle user :
ln -s $ORACLE_HOME/lib/libclntsh.so.10.1 libclntsh.so.9.0 (Oracle 10g)
ln -s $ORACLE_HOME/lib/libclntsh.so.11.1 libclntsh.so.9.0 (Oracle 11i)
Check your $PS_HOME/install/psdb.sh script and make sure the PATH's in there points to the 64 bit libraries for Oracle.
On PeopleTools 8.48+ the location of psdb.sh is $PS_HOME/setup
After fixing this, re-logon as the psoft account to reset your environment. Make sure you reconfigure your domain so it picks up the new changes. Check your $PS_HOME/appserv/DomainName/psappsrv.env file to ensure that your environment has the Oracle 64 bit libraries in your LIBPATH, SHLIB_PATH or LD_LIBRARY_PATH and not $ORACLE_HOME/lib32.
Changing hostname – The UNIX way!
While the /etc/hosts file is generally the first to come to mind when you think about changing the name of a Unix system, modifying this file is only one step in the process. The other files that need to be changed depend on which particular version of “*nix” you are running.
Solaris
- Similarly update /etc/nodename using an editor or “echo newhost > /etc/nodename”
- Lastly, edit /etc/hostname.. The should be replaced by the name of the particular network interface on your server. For example, a common name is /etc/hostname.hme0. If you’re not sure about the interface name, simply do an ‘ifconfig -a’, this’ll display the network interface name.
Redhat Linux (Fedora, Mandriva, PCLos)
—————————————————-
NETWORKING=yes
HOSTNAME=abc.example.com
—————————————————-
- and of course the /etc/hosts file.
Debian/Ubuntu Linux
- Update your /etc/hosts file to refelect new hostname
- sysctl kernel.hostname=NEW_HOSTNAME (to change it)
Slackware Linux
- Update /etc/hosts to new hostname value as well
SuSE Linux
- Update /etc/hosts to new hostname value
Mac OSX
- And of course the /etc/hosts file needs to be adjusted to your new host
OpenBSD
- Make appropriate change in /etc/myname
- Lastly, /etc/hostname.. Similar to Solaris, you’ll need to identify system interface and update this file appropriately.
HP-UX
Digital Unix
FreeBSD
AIX
NetBSD
SCO Unix
IRIX
- uname -n
- cat /etc/hosts | grep 127.0.0.1
- echo “new hostname” > /proc/sys/kernel/hostname