Oracle CDBs and PDBs Explained (With Connections)

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 มิ.ย. 2024
  • Oracle has a concept of "container databases" (CDB) and "pluggable databases" (PDB). This is unlike any of the other vendors, and it can be a little confusing if you're new to Oracle.
    If you're having issues connecting to a database, or strange errors when running Create User commands or other commands, it could be because you are connected to the wrong database.
    In this video, you'll learn what a container and pluggable database is, how to connect to each of them, and how to resolve a common error that happens when creating users.
    ⏱ TIMESTAMPS:
    00:00 - Introduction
    00:51 - What is a Container Database?
    01:10 - What is a Pluggable Database?
    03:18 - Connecting to a PDB
    05:22 - Connecting to a CDB
    07:12 - Create user error and solution
    🔗 VIDEO LINKS:
    Check out my guide to Oracle Container Databases and Pluggable Databases here: www.databasestar.com/oracle-pdb/
    🔗 RESOURCES:
    📝 Get my free SQL Cheat Sheets: www.databasestar.com/get-sql-...
    🧭 SQL Roadmap from basics to advanced: www.databasestar.com/sql-road...
    ✍️ Learn how to design a database: databasestar.mykajabi.com/edd
    📧 Contact me here: www.databasestar.com/contact/
    📝 Database Design Exercises: bbrumm.gumroad.com/l/hqsxi
    📝 SQL Practice Questions: bbrumm.gumroad.com/l/ulekqk
    📝 SQL Performance Quick Guide: bbrumm.gumroad.com/l/fcvny
    📝 Ultimate SQL How-To Guide: bbrumm.gumroad.com/l/oqggau
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @TriveniPydi
    @TriveniPydi 5 วันที่ผ่านมา +2

    Valid information is useful in a hard time to understand between container and pluggable databases.

    • @DatabaseStar
      @DatabaseStar  4 วันที่ผ่านมา

      Yeah it's pretty confusing, I don't see the value that CDBs and PDBs add for developers.

  • @adityaprasad465
    @adityaprasad465 2 หลายเดือนก่อน +2

    Really well done video. Thanks!

    • @DatabaseStar
      @DatabaseStar  2 หลายเดือนก่อน

      Glad you liked it!

  • @-.-smile
    @-.-smile ปีที่แล้ว +2

    Your videos are amazing! Really helpful. Pls do continue them. Been working with oracle sql at work and I’ve been following your tutorials for help. Thanks!

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

      Thanks! Glad it was helpful and glad you like the videos.

  • @The_real_LoneWolf
    @The_real_LoneWolf 16 วันที่ผ่านมา +1

    Great! That helps a lot. Thanks men!

    • @DatabaseStar
      @DatabaseStar  14 วันที่ผ่านมา

      Glad it helped!

  • @GS-hc5zp
    @GS-hc5zp ปีที่แล้ว +1

    Hi Database Star, you make understanding concepts so easy to a newbie. Thanks a lot and keep posting videos.

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

      Thanks, glad you found it helpful!

  • @Munder_AL-Jbaly
    @Munder_AL-Jbaly ปีที่แล้ว +1

    Thank you , We hope you continue

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

    Your course is awesome. I'm planning to buy your course. But, it's mostly based on sqlserver and oracle. I've been using Postgres in my work. Do you have any plan for postgres for your course?

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

      Thanks! You’re right, more of my courses are focused on Oracle and SQL Server as that’s what I originally focused on. But my newer courses and all courses I create in the future will also be focused MySQL and Postgres.

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

      There are some that are database specific such as oracle plsql. However I plan on creating Postgres equivalent courses such as stored procedures and more.

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

      @@DatabaseStar awesome

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

    Thank you!

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

    Thank you for the video how can we connect you?

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

      Thanks! You can email me from my website, databasestar.com

  • @SergioKornelius
    @SergioKornelius 5 หลายเดือนก่อน

    Please , How connect for .PDB file?

    • @DatabaseStar
      @DatabaseStar  5 หลายเดือนก่อน

      I'm not sure what a .pdb file is or how it can be used with Oracle unfortunately.

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

    Hello Database Star, I installed Oracle 21c and created a connection to my sql developer and I created a user, But now when i am trying to create a connection with the user I just created I a getting an error ORA-01017 invalid username or password; logon denied, Please help me Database star 🙏🙏🙏🙏🙏🙏🙏

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

      Oh that's strange. Oracle connections can be tricky to get right. Are you connecting to the right SID or Service Name? Did you create the user on the correct database?

    • @user-xx5xk1wv1z
      @user-xx5xk1wv1z ปีที่แล้ว

      @@DatabaseStar I made a connection to my sql developer with my oracle 21c credentials as systemdba. In that connection I went to other users and created a user and trying to make a connection. My SID is taken as “xe”

    • @Blazs120gl
      @Blazs120gl 7 หลายเดือนก่อน

      @@user-xx5xk1wv1z I'm hit by the same issue. Did you find a solution for it?