How to Install Scott Schema in Oracle 19C

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ธ.ค. 2024

ความคิดเห็น • 35

  • @sjshirolkar
    @sjshirolkar 3 ปีที่แล้ว +1

    Very nicely explained . THanks for making it so easy to all of us.

  • @itsajoetime
    @itsajoetime 3 ปีที่แล้ว

    Thank you so much for your information and help, finally figured it out only because of you.

  • @sjshirolkar
    @sjshirolkar 3 ปีที่แล้ว +1

    Thankyou Sir for the detailed explanation

  • @mangeshbadgujar1400
    @mangeshbadgujar1400 2 ปีที่แล้ว

    very well explained... Thanks man

  • @VermontCA1864
    @VermontCA1864 3 ปีที่แล้ว

    Thank you very much!

  • @ericksalazar7025
    @ericksalazar7025 3 ปีที่แล้ว +1

    Thanks!!! So useful 😀

  • @AravindasaiGandham
    @AravindasaiGandham 4 หลายเดือนก่อน

    In scoot .sql user is not connected?

  • @Jeetu.92
    @Jeetu.92 2 ปีที่แล้ว +1

    My SQL tool is not Show READ ONLY NO show from MOUNTED

    • @Lakimohanty
      @Lakimohanty 2 ปีที่แล้ว

      Same problem bro

  • @D.K.S.191
    @D.K.S.191 3 ปีที่แล้ว +1

    SQL> ALTER USER SCOTT IDENTIFIED BY TIGER ACCOUNT UNLOCK;
    User altered.
    SQL> SHOW USER;
    USER is "SYS"
    connected with SYS instead of SCOTT USER.
    how to connect with scott ?

  • @babupemmada1580
    @babupemmada1580 ปีที่แล้ว

    HI Bro, pls help me how to ifx this scott user to connect?

  • @manjunathamr1872
    @manjunathamr1872 ปีที่แล้ว

    Hi sir. i am facing issue with installing scott schema as i followed steps given in this video ....copy pasted scott.sql link but showing not connected .....please help sir

    • @karasevda1451
      @karasevda1451 ปีที่แล้ว

      Same here. I began to hate this oracl😂

    • @DataScienceCenter
      @DataScienceCenter  ปีที่แล้ว

      its seems that you are not using proper password for scott user,
      Follow the following steps:
      i. connect with sys user,
      ii. write the command :
      alter session set container = orclpdb
      iii. reset the user password:
      alter user scott identified by tiger;
      iv. connect with scott user:
      conn scott/tiger@orclpdb

  • @bote6129
    @bote6129 3 ปีที่แล้ว

    Thank you sir, but I face a problem that after I run the scott.sql, when I try to show the users, it shows SP2-0640 error, I lost the connection, is there any solution?

    • @DataScienceCenter
      @DataScienceCenter  3 ปีที่แล้ว

      its seem that you got disconnected, connect again with scott user.

    • @tasmiar6440
      @tasmiar6440 2 ปีที่แล้ว

      @@DataScienceCenter I'm having the same problem.
      After running the command:
      F:\app\DB_HOME
      dbms\admin\scott.sql
      I wrote: select username from all_users;
      then this error occured:
      SP2-0640: Not connected
      What should I do?

    • @irinabotici6812
      @irinabotici6812 2 ปีที่แล้ว +1

      @@tasmiar6440 disconnect (for me CTRL + C) then connect again (for me sys as sysdba, then the password), after that wrote again "select username from all_users;"

  • @azizfatima6645
    @azizfatima6645 3 ปีที่แล้ว

    when i write show pdbs; ......its not showing anything
    what to do..help me out sir?

    • @DataScienceCenter
      @DataScienceCenter  3 ปีที่แล้ว

      its seems that your database is shutdown. first write the following command
      startup open;
      and then write show pdbs;

  • @bhargavkapuganti3644
    @bhargavkapuganti3644 2 ปีที่แล้ว +1

    Bro it is sceen not connected bro so please explain us

    • @DataScienceCenter
      @DataScienceCenter  2 ปีที่แล้ว

      connect with sys as sysdba and then write the commanad STARTUP OPEN

  • @swarupbiswal4499
    @swarupbiswal4499 10 หลายเดือนก่อน

    Sys as sysdba
    Password??

    • @DataScienceCenter
      @DataScienceCenter  10 หลายเดือนก่อน

      you can press enter. password is not necessary for sys user.

  • @shubhambisen7656
    @shubhambisen7656 ปีที่แล้ว

    SQL> conn scott/tiger
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Warning: You are no longer connected to ORACLE.

    • @DataScienceCenter
      @DataScienceCenter  ปีที่แล้ว

      alter the user and then try to connect with scott user, make sure you are using proper database name.

  • @raghunadhreddy4784
    @raghunadhreddy4784 3 ปีที่แล้ว

    hi,
    i am getting like this while enable the scott user. Kindly help how to proceed
    CON_ID CON_NAME OPEN MODE RESTRICTED
    ---------- ------------------------------ ---------- ----------
    2 PDB$SEED MOUNTED

    • @DataScienceCenter
      @DataScienceCenter  3 ปีที่แล้ว

      its mean your database is shutdown. first startup open your database. follow the following video for this:
      th-cam.com/video/2pVd8nj-csI/w-d-xo.html