Use VSCode with Oracle Database

แชร์
ฝัง

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

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

    Want to easily remember the SQL commands for your database? Get my free SQL Cheat Sheets here: www.databasestar.com/get-sql-cheat-sheets/?

  • @sreevyshnavi1927
    @sreevyshnavi1927 2 ปีที่แล้ว +6

    This made my day!
    Very clearly explained!

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

    I have honestly been strugging with setting up oracle db for days ow. This video saved me honestly!!! Tahnk you sooooo much!!!!

  • @severtone263
    @severtone263 2 ปีที่แล้ว +5

    Great video buddy! You earned my sub! Thank you

  • @neilhutchinson8005
    @neilhutchinson8005 2 ปีที่แล้ว +16

    Probably worth mentioning that Auto Commit is enabled by default in this extension - not everyone will want this.
    Press F1 > Open Settings > Oracle Developer Tools (under Extensions) > Un-check "Query: Auto Commit" to disable.

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

    Very good video. My only suggestion is that it's very bad practice to connect as SYS and start creating user objects for your App in the SYS schema since that's where Oracle also places its internal tables. The SYS user is basically equivalent to connecting as Root in Linux or SA in SQL Server.. so it also could become a security problem.

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

      Thanks! Yes I agree, using the SYS schema is bad for the reasons you mentioned. I only used it because creating a user on Oracle can be hard to do.

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

    This video and the documentation do not mention that this isn't compatible with SSH Remote and that it won't be fixed until 21.6

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

      Thanks for pointing this out! I wasn't aware of it.

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

    How can I set VS CODE so that the output from a query will always appear on the right of the screen?

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

      I'm not sure. I think there's a way to snap the panel to the side, but I don't know if that will be the default behaviour.

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

    I am getting this error while setting up the connection- Error opening connection 'SYSTEM.XEPDB1'.Details: ORA-12541: TNS: No listener ..Can someone please help me out?

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

      Is the database running on the computer/hostname you've specified?

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

    Hey there, god bless your efforts in this channel.
    As a newbie sql learner i have general enquiry.
    What is the major difference between Oracle database and mysql database.
    Is there any advantages i need to consider before choosing to work on one of them.
    Thanks for taking care of this.

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

      Thanks! Good question. Oracle is focused on larger organisations and systems, and MySQL is popular with smaller projects and websites. MySQL is free and open-source, and Oracle is not. Most of the SQL syntax is the same, but there are some differences.

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

    any app to download prior?

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

      Yes, you'll need Visual Studio Code, but that's all.

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

    Hi. It is showing an error when I click create connection part. What should I do

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

      Oh what error are you seeing?

  • @SC-hp5dn
    @SC-hp5dn ปีที่แล้ว

    While trying to create connection I keep getting connection request time out. What could be the reason for this?

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

      That’s strange. Does it work if you connect with another editor?

    • @SC-hp5dn
      @SC-hp5dn ปีที่แล้ว

      @@DatabaseStar my bad I was making a silly mistake like not connecting to vpn☺️ it’s working now. Thanks for replying

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

    2:30 "Cylinder Icon with multiple rings". It's 'disk pack' or DB icon my man 🙂

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

      Ah thanks - I wasn't sure what to call it and how to make it sound different from the other one that was there!

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

    Thanks for the video.. can we push oracle database objects to Azure repos using VScode

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

      I think you can, you would have the SQL code to create the object in an sql file, and commit that to a repository.

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

      @@DatabaseStar thanks for the reply.. will try that

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

    Hi, Do you have experience setting up the ODPNET assemblies as references in VS Code? I would like to be able to reference the ODPNET libraries in a VS Code C# console app/project and interact with oracle tables by SELECTing, INSERTing, and UPDATEing tables/views. Any hints or links to share for setting up ODPNET references in VS Code?

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

      Hi, unfortunately I don't have any experience with this...

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

    Thank you, sir!

  • @techno-track318
    @techno-track318 2 ปีที่แล้ว

    Why we use blob datatype & how it differ from varbinary datatype plz help....

    • @techno-track318
      @techno-track318 2 ปีที่แล้ว

      I need detail explain how reference is going to be stored

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

      Good question. BLOB can be used to store large sets of data that aren't always readable as text, such as large files, or even a large amount of text. I'm not sure what the use of VARBINARY would be however.

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

    How do I connect to a database on a virtual machine running on my host computer?

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

      Which Virtual Machine software are you using? When I've done this in the past, using either Parallels or VirtualBox, I had to look up what the connection details were, and sometimes had to allow the ports to be used between the virtual machine and the host.

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

      @@DatabaseStar I'm using VMware player. I've got a Fedora image running on it

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

    This is all fine but can we do the same with oracle sql developer?

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

      Yes you can do this and much more with SQL Developer.

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

    What if I'm using a wallet from oracle, how can I connect?

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

      Ah I'm not sure, I know there's an option in SQL Developer to do that, but not sure about this VSCode extension.

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

    Can we checkin in azure using vs

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

      What do you mean by checkin? You can use VS Code with SQL Server using a different extension.

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

    how can I import a cdv database ???? I cannot find the command :(

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

      I'm not sure but there may be a way to right click on the database or the table and select Import, then select your file.

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

    Thanks that was helpful.

  • @Bokie-ow1nc
    @Bokie-ow1nc 7 หลายเดือนก่อน

    how can i get oracle databse on mac ?

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

      I've got a video coming out this week that shows you exactly how to do this :)

    • @Bokie-ow1nc
      @Bokie-ow1nc 7 หลายเดือนก่อน

      @@DatabaseStar great! Looking forward to it

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

    amazing vedio thanks a lot u helped me a lot

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

    i tried the option describe but dont show nothing

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

    Thank you for this tutorial, i'm just facing an error message that says:
    ORA-12541: TNS: No listener
    I hope you can help me with it, thank you again

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

      Glad it was helpful! I think that error means the database isn't running. You can run the database using the command line, and I think there's an option in the start menu if you're on Windows. Either that, or the connection details you have entered are not correct.

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

    Thank you!

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

    thank you!

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

    You have a cool voice.

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

    I am getting white creating connection, ORA-12541: TNS: No listener

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

      Is the server running? Are you able to connect with another IDE such as SQL Developer?

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

    Thanks!!!!!!!!!!!!!!

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

    Kinda amazing.. yet, this is at least officially - in your other video you showed us a third party tool. As extensions are just plain JS without auditing I don’t feel comfortable placing my credentials in it. Why do you?

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

      That's a good point. You could opt not to save your password and enter it every time. Or you could stick with an IDE such as SQL Developer if you're not comfortable with the security of the extension.

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

      @@DatabaseStar I go another route but I am using primarily using vim/tmux so I am fine. Once set up there is not really a reason to go for other products

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

    i love you

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

      Haha thanks!