Тёмный
No video :(

Oracle SQL Developer: You're Doing it Wrong 

Jeff Smith
Подписаться 9 тыс.
Просмотров 59 тыс.
50% 1

Опубликовано:

 

25 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 63   
@harrybuckley7292
@harrybuckley7292 7 лет назад
Hi Jeff Smith, thanks for the video. I collect and read the mails you send out so thanks for those also. Regards Harry (UK).
@dmitryoleynik3710
@dmitryoleynik3710 8 дней назад
@JeffSmiththat Hi Jeff, Could you write a link to regular expression version used in SQL Develop? I mean just Search and Search and Replace in Editor. I'm tired to find something worth
@bogov6762
@bogov6762 Год назад
The biggest frustration I have with Sql Developer are: 1: shortcuts do not work (Last edit code for example) or the possibility to work in a Full screen editor without the Script Output. Now I have to click on the 2 black arrows. 2: code insight. If you have ever worked with e.g. IDEA or Eclipse then you immediately understand what I mean. Even activating a template with Ctrl-Space does not work. This video is from 5 years ago; I am using version 22. It just doenst do what a 2023 editor should do. But I am still using it because it has many cool feautures!! The editor is just outdated...
@JeffSmiththat
@JeffSmiththat Год назад
Code Templates activations with ctrl+space is working for me, no known bugs there. However, code insight in general has SEVERAL bugs which will be fixed in version 23.1 - hopefully out in several weeks. I agree the editor is outdated. That's why we're building a next generation SQL Developer based on VS Codium. That will launch as a v1, early Spring 2023!
@bogov6762
@bogov6762 Год назад
@@JeffSmiththat I am very much looking forward to this! This is great news. Thanks for the update!
@braykov
@braykov 4 года назад
Auto-search is absolutely my favorite
@lstewart19
@lstewart19 5 лет назад
I have been unable to get the brackets in the SQL Editor Code Template result in the query window automatically highlighting that section of text (the one contained in the [ ] ). You talk about this ~11:39 in the video. I am on version 17.2.0.188. Love your videos and posts - thanks for sharing.
@JeffSmiththat
@JeffSmiththat 5 лет назад
It doesn't work with auto replace enabled, so make sure that's not checked. Thanks for the kind words and feedback!
@DavidJaime
@DavidJaime 7 лет назад
Hello Jeff, How can I 'select' a value from a LOV for a column in the Data Tab? Thanks
@JeffSmiththat
@JeffSmiththat 7 лет назад
where would this list of values come from?
@darshankhatri9625
@darshankhatri9625 2 года назад
Hi Jeff, How to increase the GUI of SQL developer , its appearing very microscopic . How to change its size?
@JeffSmiththat
@JeffSmiththat 2 года назад
You can find some ideas/suggestions here stackoverflow.com/questions/50138830/how-to-increase-size-of-gui-font-everything-of-oracle-sql-developer-18-1/50139062#50139062
@ikacherful
@ikacherful 6 лет назад
I've been looking everywhere for this answer and I am sure it is possible to do so: How do you open a table in a new tab in Oracle SQL Developer? Thank you.
@JeffSmiththat
@JeffSmiththat 6 лет назад
ilooshinka I assume you mean how to open a table without closing one you already have open. Use the push-pin button on the object toolbar. When you open another table, the first one won't go away. If you want to see both at the same time, right click on the second table tab and select New Document Tab Group. I hope this helps! -Jeff from the beach 😎🏖️
@ikacherful
@ikacherful 6 лет назад
Ahhh. Thank you very much for the very quick answer, Jeff. Have fun at the beach dude!!
@jig1056
@jig1056 6 лет назад
Jeff thanks for making this video I learned a few cool things. I do have a question that I can't seem to find on my own... Is it possible to directly edit the returned records in a grid? For example, I return 10 rows from an address table in my DEV database, I want to directly change the state on one of the records from NY to NJ can I do that? Basicly i want to make the grid editable
@JeffSmiththat
@JeffSmiththat 6 лет назад
Mark Nelson no, you'll need to use an update statement or use the table editor for a live grid
@jig1056
@jig1056 6 лет назад
That's exactly what I didn't want to hear :) Hope that is a feature that is added in a future update but I really appreciate taking the time to let me know... Thanks
@olgazimnyakova9638
@olgazimnyakova9638 4 года назад
Hi, Jeff! I have a question. I have 2 tables many columns; need to run variance between 2 columns Sum; Left JOIN columns On Column B =Column A. In the results, column B have few lines, column A creates few matching lines. But! If the $amount is only $8000 in column A, it puts $8000 in few rows to match Column B. From the Variance standpoint, I got wrong variance. How to roll up only values in column B; this way thy total $8000 to column A? Also, drives me crazy all the combinations in Group By and Rollup. I just need to make sure the above. Thank you very much!!!
@JeffSmiththat
@JeffSmiththat 4 года назад
If you can post your question on Stackoverflow, making sure to provide a description of both tables, the exact SQL you're looking for, and the answer you're getting vs what you are expecting, i'd be happy to take a look. Tag your question with 'oracle' and 'sql'
@olgazimnyakova9638
@olgazimnyakova9638 4 года назад
Also, if you provide paid help, I’d like to use your extensive knowledge. The only problem how to show what is on my laptop coz it is company data? O.K. I might be at home but you can’t connect to my computer. Shall I do it via Skype camera as one guy suggested but it did not work. I will use PayPal fro payments; only need add cash to PayPal card.
@JeffSmiththat
@JeffSmiththat 4 года назад
So sorry Olga, I'm not setup to do paid consulting.
@shakunsood
@shakunsood 6 лет назад
Hi Jeff, Do we have an option to add bulk autoreplace data? For example, if I have 100s of table names, I can just add first three letters of the table while writing a query and Oracle SQL Developer automatically completes the table name for me?ThanksShakun
@JeffSmiththat
@JeffSmiththat 6 лет назад
shakun sood yes, Ctrl spacebar to invoke code helper, auto complete is default behavior though
@doesnt_even_lift
@doesnt_even_lift 6 лет назад
Really helpful, concise video! You mentioned that you had a whole talk on reports, but I couldn't find it in on your channel, any chance it's recorded somewhere?
@JeffSmiththat
@JeffSmiththat 6 лет назад
Ian K so I have a talk, not sure it's ever been recorded. But I have slides www.slideshare.net/hillbillyToad/all-about-oracle-sql-developer-and-reporting
@doesnt_even_lift
@doesnt_even_lift 6 лет назад
Thanks, all your resources have been amazing so far
@JeffSmiththat
@JeffSmiththat 6 лет назад
Here's that video you 'requested' ;) ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-_AtQbENBCE0.html
@ljosf
@ljosf 4 года назад
Hi Jeff, how do I add new fonts to Sql developer? I would like to add Input or Droid sans as the default font. Using v 19.x.x I did install the font in windows and I can use the font in all the apps (word, excel) however I can't see the font in SQL Developer
@JeffSmiththat
@JeffSmiththat 2 года назад
make sure you add/install the font as the administrator user on your windows machine
@thomasfamily3762
@thomasfamily3762 6 лет назад
Hey Jeff, when are you guys going to program in the ability to change a password that is about to expire (in the grace period)? I swear I'm sick of having to change developers passwords because it's in the grace period and they can't log into sql developer.
@JeffSmiththat
@JeffSmiththat 6 лет назад
it's there, just right-click on the connection 'reset password', or if you have a connection going, type 'password' and run that www.thatjeffsmith.com/archive/2017/01/password-resets-no-longer-require-a-thick-connection-oracle-client-in-sql-developer/
@FelipeNiclvs.
@FelipeNiclvs. 4 года назад
when i install a theme sqldeveloper re writes the xml file for some reason
@JeffSmiththat
@JeffSmiththat 4 года назад
Which theme?
@hyper8547
@hyper8547 4 года назад
Hi Jeff, I have installed the font on my Windows, but I can't find when inside font settings in SQL developer dropdown list for font
@JeffSmiththat
@JeffSmiththat 4 года назад
are you an administrator on your machine? and what font exactly did you add? i can try to do the same on my Windows 10 machine
@hyper8547
@hyper8547 4 года назад
@@JeffSmiththat thx for replying, yes I am an administrator on my machine, I try to add the same font that you are using.
@JeffSmiththat
@JeffSmiththat 4 года назад
@@hyper8547 Sorry, I cannot explain what is causing this not to work for you. I would say please make sure you're using a newer, Oracle Java 8 JDK or maybe try Oracle Java 11 JDK instead.
@hyper8547
@hyper8547 4 года назад
@@JeffSmiththat Hi Jeff, no need to say srr. Thx for taking your time in simplifying complex DB topics, I am actually using all the above- mentioned details versions. I have managed to change to the dark mode by applying the XML file, but for some weird reason, the droid font is not willing to show up.
@abruenin236
@abruenin236 4 года назад
@@hyper8547 Same here. I installed the same Droid Sans Mono font and can use it with any other Windows Editor I tried. But SQLDev does not show it in the select list.
@marceloosorio525
@marceloosorio525 4 года назад
1.- It is reported a bug which the SqlDev is not able to store the passwords?
@JeffSmiththat
@JeffSmiththat 4 года назад
No, but I think I know what's happening. We increased our password encryption protection... It requires a newer Java. Make sure you have Java8 update 200 or higher to be safe.
@marceloosorio525
@marceloosorio525 4 года назад
@@JeffSmiththat Thanks for answering...!!! By The way did you know how to control time session to azure?, our developer are being disconnected each 2 minutes!!! It is very ...%&$&%%%$, We asked to Azure... they said that probably is a "tool setup..." :-(
@marceloosorio525
@marceloosorio525 4 года назад
@@JeffSmiththat MacBookMok:~ marcelo$ java -version java version "1.8.0_131"
@JeffSmiththat
@JeffSmiththat 4 года назад
@@marceloosorio525 yeah, you need u152 or higher i think to have the newer encryption jars available, if you're going to upgrade your java, get an update 200 or better as for Azure, no idea what MSFT is telling you. If the session is dying at 2 minutes, it's most likely a network configuration OR your db has a resource consumer group/plan in play that's limiting active time to 2 minutes
@SCLibi
@SCLibi 7 лет назад
we can't copy paste from tables on connections, we could in last version
@JeffSmiththat
@JeffSmiththat 7 лет назад
Yup, I logged that as a bug. You can drag and drop to a worksheet as a workaround
@SCLibi
@SCLibi 7 лет назад
thanks... funny how something so simple can disrupt your workflow
@SCLibi
@SCLibi 7 лет назад
The bug still exists in version 17.2.0.188
@JeffSmiththat
@JeffSmiththat 7 лет назад
Yeah, I never said it was fixed. I keep harping on the devs though.
@pdadsoetta4709
@pdadsoetta4709 5 лет назад
You're missing "My nama Jeff""
@JeffSmiththat
@JeffSmiththat 5 лет назад
??
@pdadsoetta4709
@pdadsoetta4709 5 лет назад
@@JeffSmiththat ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-AfIOBLr1NDU.html
@cakeman58
@cakeman58 7 лет назад
I'd so love it if the selected font would end up in exported spreadsheets. God I hate Calibri!
@JeffSmiththat
@JeffSmiththat 7 лет назад
if the apache library we use supports that I can look into it
@SCLibi
@SCLibi 7 лет назад
i'll wait another 3 months patiently
@daniloamorim3012
@daniloamorim3012 5 лет назад
Use vscode
@JeffSmiththat
@JeffSmiththat 5 лет назад
We're building an Oracle extension for vs code so you can have your cake and eat it too
@daniloamorim3012
@daniloamorim3012 5 лет назад
There is already good extensions for pl/sql, but there is no debug.
@JeffSmiththat
@JeffSmiththat 5 лет назад
@@daniloamorim3012 I've seen the Oracle extension available, we will do MUCH better than that. twitter.com/krisrice/status/1097172457524510720
@bonjovi7120
@bonjovi7120 2 года назад
Rather pay money and get Toad cause SQL Developer is a joke
@JeffSmiththat
@JeffSmiththat 2 года назад
That's your choice, of course. And you have many, many choices. I'm here to help the folks that want it. If you're happy working with oracle database, that's our biggest goal.
Далее
Oracle SQL Developer Tips and Tricks: Data Edition
29:09
SQL Developer Data Modeler  Just what you need
1:03:20
Просмотров 40 тыс.
Top PL/SQL Tips In Just One Hour
1:00:53
Просмотров 52 тыс.
Slow SQL Query? Get the Plan in Oracle SQL Developer!
15:38
Oracle SQL Developer: Product Demonstration
1:04:26
Просмотров 220 тыс.
Quickly Tuning SQL with SQL Developer
21:31
Просмотров 22 тыс.
Oracle SQL Developer - Full Course
1:13:14
Просмотров 294 тыс.
An Overview of Oracle SQL Developer Reports
10:07
Просмотров 16 тыс.
Debugging PL/SQL with Oracle SQL Developer
34:43
Просмотров 51 тыс.
Database Indexing for Dumb Developers
15:59
Просмотров 53 тыс.
20 Tips for Oracle SQL Developer (To Save You Time)
16:59