i install sqlplus in ubuntu 16.04 but at last

 Clash Royale CLAN TAG#URR8PPP
Clash Royale CLAN TAG#URR8PPP 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


David Foerster
26.4k1362106
26.4k1362106
asked Feb 26 at 20:50


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


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