i have installed oracle 12c on my ubuntu 14.04 but cant access it.

Asked by ganesh

 i have installed oracle 12c on my ubuntu 14.04 but cannot access it.
when i try to aceess it through browser oracle EM start on day one,but after that i am not able to access it.

https://ganesh-pc:5500/em

when i try to execute oraenv in terminal it shows this.

  ORACLE_SID = [ganesh] ? orcl
The Oracle base has been set to /u01/app/ganesh
/usr/local/bin/oraenv: 225: [: /u01/app/ganesh: unexpected operator
ganesh@Ganesh-PC:~$

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was reopened

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1
Revision history for this message
ganesh (pawarg84) said :
#2

I have followed the tutorial to install oracle 12c on ubuntu 14.04.
i successfully installed the oracle 12c with the database and i also able to log on to oracle em by
https://ganeh-pc:5500/em
But now i cant able to open oracle 12c em in browser.
i cant able to login into mysql as user ganesh showing error

ganesh@Ganesh-PC:~$ mysql
ERROR 1045 (28000): Access denied for user 'ganesh'@'localhost' (using password: NO)
ganesh@Ganesh-PC:~$

by using root
root@Ganesh-PC:~# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@Ganesh-PC:~#

but i am able to log on using
ganesh@Ganesh-PC:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 40
Server version: 5.5.53-0ubuntu0.14.04.1 (Ubuntu)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

does the mysql errors are related for my issue i cant being able to access oracle em

Revision history for this message
ganesh (pawarg84) said :
#3

I have followed the tutorial to install oracle 12c on ubuntu 14.04.
i successfully installed the oracle 12c with the database and i also able to log on to oracle em by
https://ganeh-pc:5500/em
But now i cant able to open oracle 12c em in browser.
i cant able to login into mysql as user ganesh showing error

ganesh@Ganesh-PC:~$ mysql
ERROR 1045 (28000): Access denied for user 'ganesh'@'localhost' (using password: NO)
ganesh@Ganesh-PC:~$

by using root
root@Ganesh-PC:~# mysql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
root@Ganesh-PC:~#

but i am able to log on using
ganesh@Ganesh-PC:~$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 40
Server version: 5.5.53-0ubuntu0.14.04.1 (Ubuntu)

Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

does the mysql errors are related for my issue i cant being able to access oracle em

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Open' state without activity for the last 15 days.