Introducing the Oracle SQL Developer extension for VS Code

Поделиться
HTML-код
  • Опубликовано: 17 окт 2024

Комментарии • 14

  • @thebiglomot4247
    @thebiglomot4247 6 месяцев назад +3

    Excellent job, Jeff, Kris and the rest of the team. I hope we get data miner support sooner than later...

  • @uc7602
    @uc7602 5 месяцев назад +2

    Your team is doing an amazing job on the Oracle SQL Developer extension for Visual Studio Code (VS Code), and it's working well at our organization! Also, thanks for the great "tutorial" video. It is very helpful too.

  • @QueryTuner
    @QueryTuner 6 месяцев назад +2

    Sounds amazing, will definitively try it out. Greeeting from Old Good Germany!

    • @JeffSmiththat
      @JeffSmiththat 6 месяцев назад

      hi, friend from Germany! Thanks for hanging out with us here!

  • @josephkyledielmahasol2461
    @josephkyledielmahasol2461 2 месяца назад

    Hi,
    Why is there no records return when using a view in my select statement.
    sample:
    select * from MTL_ITEM_CATEGORIES_V;
    on the SQL developer app, it will successfully returns the data.
    Btw, that view is standard table of EBS

    • @josephkyledielmahasol2461
      @josephkyledielmahasol2461 2 месяца назад +1

      Already found the solution, setting the NLS language in the extension to what is set in the database is the key. :)

  • @cathrerinezetadrones3169
    @cathrerinezetadrones3169 5 месяцев назад +1

    great job, I was already using VS Code mainly in conjunction with git. Can you add some better way of git integration with Oracle within VS Code

    • @JeffSmiththat
      @JeffSmiththat 4 месяца назад

      That's the plan! More features around auto-managing database objects to files to projects to changeLogs...

  • @undertaekertv
    @undertaekertv Месяц назад

    This looks like it works better than the standalone oracle sql developer IDE.

  • @PrachurjyaDutta
    @PrachurjyaDutta 6 месяцев назад

    How do I export a query output?

    • @JeffSmiththat
      @JeffSmiththat 6 месяцев назад +1

      Right click on the query results...if you're running a script, simply use the SPOOL command.

  • @kvelez
    @kvelez 5 месяцев назад +1

    Cool