How to run SQL PLUS in ubuntu 14.04Problem installing Oracle 10g Express editionSQL modeling and design...
Is it okay / does it make sense for another player to join a running game of Munchkin?
How will losing mobility of one hand affect my career as a programmer?
The most efficient algorithm to find all possible integer pairs which sum to a given integer
My boss asked me to take a one-day class, then signs it up as a day off
Perfect riffle shuffles
word describing multiple paths to the same abstract outcome
Did US corporations pay demonstrators in the German demonstrations against article 13?
Proof of Lemma: Every integer can be written as a product of primes
node command while defining a coordinate in TikZ
For airliners, what prevents wing strikes on landing in bad weather?
What was required to accept "troll"?
The One-Electron Universe postulate is true - what simple change can I make to change the whole universe?
Adding empty element to declared container without declaring type of element
Pronouncing Homer as in modern Greek
Resetting two CD4017 counters simultaneously, only one resets
Is infinity mathematically observable?
What will be the benefits of Brexit?
Why isn't KTEX's runway designation 10/28 instead of 9/27?
Superhero words!
Is a naturally all "male" species possible?
I2C signal and power over long range (10meter cable)
Simple image editor tool to draw a simple box/rectangle in an existing image
Why are all the doors on Ferenginar (the Ferengi home world) far shorter than the average Ferengi?
Is there a problem with hiding "forgot password" until it's needed?
How to run SQL PLUS in ubuntu 14.04
Problem installing Oracle 10g Express editionSQL modeling and design tools?Unable to install Oracle SQL Developer 4.0.2 (4.0.2.15.21) from rpm fileCharset with driver for Microsoft-SQLUbuntu 14.04 (64bit) installing and running Sql instant client via sqlplus commandUBUNTU/PHP: Can not connect to sql server 2008How to find installed Oracle SQL Developer?How to configure DBeaver to connect with ms sql serverHow to install Adventure Works DB on ubuntu 16.04?How to install Oracle Database Express Edition (XE) Release 18.4.0.0.0 (18c) on ubuntu 16.04?
I have installed SQL PLUS from instructions I got from hereSQL PLUS .. BUt now I don't know how to start whenever I start it using sqlplus64 command it asks for username and password which I don't get during it's installation.
Now I want to know how to start SQL PLUS
14.04 oracle sql
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have installed SQL PLUS from instructions I got from hereSQL PLUS .. BUt now I don't know how to start whenever I start it using sqlplus64 command it asks for username and password which I don't get during it's installation.
Now I want to know how to start SQL PLUS
14.04 oracle sql
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I have installed SQL PLUS from instructions I got from hereSQL PLUS .. BUt now I don't know how to start whenever I start it using sqlplus64 command it asks for username and password which I don't get during it's installation.
Now I want to know how to start SQL PLUS
14.04 oracle sql
I have installed SQL PLUS from instructions I got from hereSQL PLUS .. BUt now I don't know how to start whenever I start it using sqlplus64 command it asks for username and password which I don't get during it's installation.
Now I want to know how to start SQL PLUS
14.04 oracle sql
14.04 oracle sql
asked Feb 14 '15 at 19:42
Ashish PalAshish Pal
19126
19126
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 11 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Your default users are sys and system. According to the Oracle website the passwords are displayed in a message during installation, but I guess you didn't see it?
It used to be that the default users had default passwords. For sys it was: change_on_install and for system: manager. As you can guess these weren't changed on install, which generally caused a major security risk so maybe this is why Oracle stopped using them.
So my advice would be:
- try the above default passwords and hope they work (which is unlikely);
- reinstall the database and look for the message giving you passwords.
Once you are logged in as sys, create a day-to-day user and use it for your project. Don't use sys or system - they are too powerful and to be used for administration only.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f585520%2fhow-to-run-sql-plus-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Your default users are sys and system. According to the Oracle website the passwords are displayed in a message during installation, but I guess you didn't see it?
It used to be that the default users had default passwords. For sys it was: change_on_install and for system: manager. As you can guess these weren't changed on install, which generally caused a major security risk so maybe this is why Oracle stopped using them.
So my advice would be:
- try the above default passwords and hope they work (which is unlikely);
- reinstall the database and look for the message giving you passwords.
Once you are logged in as sys, create a day-to-day user and use it for your project. Don't use sys or system - they are too powerful and to be used for administration only.
add a comment |
Your default users are sys and system. According to the Oracle website the passwords are displayed in a message during installation, but I guess you didn't see it?
It used to be that the default users had default passwords. For sys it was: change_on_install and for system: manager. As you can guess these weren't changed on install, which generally caused a major security risk so maybe this is why Oracle stopped using them.
So my advice would be:
- try the above default passwords and hope they work (which is unlikely);
- reinstall the database and look for the message giving you passwords.
Once you are logged in as sys, create a day-to-day user and use it for your project. Don't use sys or system - they are too powerful and to be used for administration only.
add a comment |
Your default users are sys and system. According to the Oracle website the passwords are displayed in a message during installation, but I guess you didn't see it?
It used to be that the default users had default passwords. For sys it was: change_on_install and for system: manager. As you can guess these weren't changed on install, which generally caused a major security risk so maybe this is why Oracle stopped using them.
So my advice would be:
- try the above default passwords and hope they work (which is unlikely);
- reinstall the database and look for the message giving you passwords.
Once you are logged in as sys, create a day-to-day user and use it for your project. Don't use sys or system - they are too powerful and to be used for administration only.
Your default users are sys and system. According to the Oracle website the passwords are displayed in a message during installation, but I guess you didn't see it?
It used to be that the default users had default passwords. For sys it was: change_on_install and for system: manager. As you can guess these weren't changed on install, which generally caused a major security risk so maybe this is why Oracle stopped using them.
So my advice would be:
- try the above default passwords and hope they work (which is unlikely);
- reinstall the database and look for the message giving you passwords.
Once you are logged in as sys, create a day-to-day user and use it for your project. Don't use sys or system - they are too powerful and to be used for administration only.
answered Feb 14 '15 at 20:53
k1r0hk1r0h
115
115
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f585520%2fhow-to-run-sql-plus-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown