Sign in or 

Then try to connect by double clicking on the profile name. The first time you successfully connect, you will get a message about adding the keyfile to a cache. Say yes when prompted. It will prompt you for the login ID after accepting the key, and the username is always root. There is no password as you are using an encrypted key instead of a password.
Connection troubleshooting:
- Make sure you specified the path to your key (*.ppk) file in the SSH/Auth section
- Most often the issue is a hang / timeout. This usually means a network problem, or the instance didn’t boot properly.
- If you have a proxy that you normally use for your browser, you must specify it in the connection/proxy section, and remember to save the change to your profile so you don’t have to re-enter it every time.
- Last resort, use elasticfox to check the STOUT console output and ensure that the instance booted properly.
Type the following in order:
mkdir /oracle
chmod 777 /oracle -R
mount /dev/sdf /oracle
Let’s start the VNC Server. Make sure you are the root user, and at the command line, type
vncserver
Then start the database by typing:
su - oracle
sqlplus / as SYSDBA
Once connected to sqlplus type:
startup
Type exit to leave sqlplus and return to the command line
Then make sure the network database listener is started by typing
lsnrctl status
( if necessary to control listener use commands lsnrctl start, lsnrctl stop )
Successful output looks like this:
Then quit sqlplus and go logout of the oracle account by typing:
exit
logout
|
phumphrey |
Latest page update: made by phumphrey
, Jun 22 2009, 1:48 PM EDT
(about this update
About This Update
3 words added 37 words deleted view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|