How to run SQL PLUS in ubuntu 14.04Problem 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?

Is it okay / does it make sense for another player to join a running game of Munchkin?

Can I rely on these GitHub repository files?

Simple recursive Sudoku solver

Teaching indefinite integrals that require special-casing

How to prevent YouTube from showing already watched videos?

Why is delta-v is the most useful quantity for planning space travel?

Should my PhD thesis be submitted under my legal name?

Partial sums of primes

Bob has never been a M before

Resetting two CD4017 counters simultaneously, only one resets

Are Warlocks Arcane or Divine?

Can I use my Chinese passport to enter China after I acquired another citizenship?

A known event to a history junkie

Superhero words!

Latex for-and in equation

Lightning Web Component - do I need to track changes for every single input field in a form

Organic chemistry Iodoform Reaction

Proof of Lemma: Every integer can be written as a product of primes

Who must act to prevent Brexit on March 29th?

What is Sitecore Managed Cloud?

Indicating multiple different modes of speech (fantasy language or telepathy)

Hostile work environment after whistle-blowing on coworker and our boss. What do I do?

Visiting the UK as unmarried couple

Can I create an upright 7-foot × 5-foot wall with the Minor Illusion spell?



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?













1















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










share|improve this question














bumped to the homepage by Community 1 hour ago


This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.



















    1















    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










    share|improve this question














    bumped to the homepage by Community 1 hour ago


    This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.

















      1












      1








      1








      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










      share|improve this question














      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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 14 '15 at 19:42









      Ashish PalAshish Pal

      19126




      19126





      bumped to the homepage by Community 1 hour 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 1 hour ago


      This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer






















            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
            );



            );













            draft saved

            draft discarded


















            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









            1














            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.






            share|improve this answer



























              1














              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.






              share|improve this answer

























                1












                1








                1







                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.






                share|improve this answer













                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.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Feb 14 '15 at 20:53









                k1r0hk1r0h

                115




                115



























                    draft saved

                    draft discarded
















































                    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.




                    draft saved


                    draft discarded














                    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





















































                    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







                    Popular posts from this blog

                    Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

                    Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

                    Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»