i install sqlplus in ubuntu 16.04 but at last
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
but at last when I typed this than it ask me username and password but I don't have any thing.
$ sqlplus username/password@//dbhost:1521/SID
SQL*Plus: Release 12.2.0.1.0 Production on Tue Feb 27 01:56:15 2018
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR: ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
system-installation software-installation
add a comment |Â
up vote
0
down vote
favorite
but at last when I typed this than it ask me username and password but I don't have any thing.
$ sqlplus username/password@//dbhost:1521/SID
SQL*Plus: Release 12.2.0.1.0 Production on Tue Feb 27 01:56:15 2018
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR: ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
system-installation software-installation
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
but at last when I typed this than it ask me username and password but I don't have any thing.
$ sqlplus username/password@//dbhost:1521/SID
SQL*Plus: Release 12.2.0.1.0 Production on Tue Feb 27 01:56:15 2018
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR: ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
system-installation software-installation
but at last when I typed this than it ask me username and password but I don't have any thing.
$ sqlplus username/password@//dbhost:1521/SID
SQL*Plus: Release 12.2.0.1.0 Production on Tue Feb 27 01:56:15 2018
Copyright (c) 1982, 2016, Oracle. All rights reserved.
ERROR: ORA-12154: TNS:could not resolve the connect identifier specified
Enter user-name:
system-installation software-installation
system-installation software-installation
edited Feb 26 at 20:54
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
![](https://i.stack.imgur.com/E0SEH.png?s=32&g=1)
David Foerster
26.4k1362106
26.4k1362106
asked Feb 26 at 20:50
![](https://lh4.googleusercontent.com/-tSr2w9LaTk8/AAAAAAAAAAI/AAAAAAAACNw/7-eHoZG1w5w/photo.jpg?sz=32)
![](https://lh4.googleusercontent.com/-tSr2w9LaTk8/AAAAAAAAAAI/AAAAAAAACNw/7-eHoZG1w5w/photo.jpg?sz=32)
Harish Chauhan
11
11
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
sqlplus seems to use sys user as default
this topic may help you! https://community.oracle.com/message/10205682#10205682
What you want is to create a new user.
default user is sys so you will need to connect to the db from the server itself (through ssh).sqlplus "/ AS SYSDBA
shall connect you as sys.
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
sqlplus seems to use sys user as default
this topic may help you! https://community.oracle.com/message/10205682#10205682
What you want is to create a new user.
default user is sys so you will need to connect to the db from the server itself (through ssh).sqlplus "/ AS SYSDBA
shall connect you as sys.
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
add a comment |Â
up vote
0
down vote
sqlplus seems to use sys user as default
this topic may help you! https://community.oracle.com/message/10205682#10205682
What you want is to create a new user.
default user is sys so you will need to connect to the db from the server itself (through ssh).sqlplus "/ AS SYSDBA
shall connect you as sys.
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
add a comment |Â
up vote
0
down vote
up vote
0
down vote
sqlplus seems to use sys user as default
this topic may help you! https://community.oracle.com/message/10205682#10205682
What you want is to create a new user.
default user is sys so you will need to connect to the db from the server itself (through ssh).sqlplus "/ AS SYSDBA
shall connect you as sys.
sqlplus seems to use sys user as default
this topic may help you! https://community.oracle.com/message/10205682#10205682
What you want is to create a new user.
default user is sys so you will need to connect to the db from the server itself (through ssh).sqlplus "/ AS SYSDBA
shall connect you as sys.
edited Feb 27 at 17:21
answered Feb 26 at 23:44
![](https://lh5.googleusercontent.com/-YEXSBBJmefY/AAAAAAAAAAI/AAAAAAAADYc/wzbzAuHDfv0/photo.jpg?sz=32)
![](https://lh5.googleusercontent.com/-YEXSBBJmefY/AAAAAAAAAAI/AAAAAAAADYc/wzbzAuHDfv0/photo.jpg?sz=32)
augustin vm
234
234
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
add a comment |Â
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
harshit@harshit-Lenovo-G450:~$ sqlplus "/ AS SYSDBA > > then what should i do after this?
â Harish Chauhan
Mar 3 at 9:14
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1010081%2fi-install-sqlplus-in-ubuntu-16-04-but-at-last%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password