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.

Tuesday, 23 April 2013

How to clone root account in linux

-->
If you want to make your account have the same right as root, you can clone root / duplicate root account. Here’s how to do that :

Suppose you have create user admin and you want that user to have the same right as root then you can do that just by simply typing the following command (make sure you login with root account or su) :

# usermod -u 0 admin
or
$ sudo usermod -u 0 admin

that's it … try login with user admin and if you got the # prompt, you know what it means …

Wednesday, 12 December 2012

ORACLE-BASE - Basic Enterprise Manager Troubleshooting

ORACLE-BASE - Basic Enterprise Manager Troubleshooting:

'via Blog this'

Sunday, 21 October 2012

how to check linux kernel is 32 bit or 64 bit

how to check linux kernel is 32 bit or 64 bit:

'via Blog this'

Friday, 12 October 2012

Application Designer on Linux | Blog

Application Designer on Linux | Blog:

'via Blog this'

Wednesday, 29 August 2012

MySandbox: Moving the control, data and redo log file of an Oracle 11g R2 database to a new location

MySandbox: Moving the control, data and redo log file of an Oracle 11g R2 database to a new location:

'via Blog this'

Saturday, 26 May 2012

ORA-00022: invalid session ID; access denied Process ID: 10610 Session ID

This is related to Second DB Connection, and can be worked around.  In the  psappsrv.cfg & psprcs.cfg make the DbFlags=4, to disable Second DB Connection.