Oracle SQL Developer Tips and Tricks: Data Edition

  Рет қаралды 18,879

Jeff Smith

Jeff Smith

Күн бұрын

Tips and tricks for turbo charging your Oracle Database experience when using SQL Developer to work with your data.
TOC
Exporting data 1:40
Grid Tricks 7:30
Object Links and Gauges in your Grids 12:30
Code Insight 16:50
Toggling Oracle to ANSI style JOINS 20:30
Find missing foreign keys 22:30
Exporting multiple tables to a single Excel file 23:00
Plans and tuning 27:10

Пікірлер: 33
@Praveenkumar-vg3pn
@Praveenkumar-vg3pn 4 жыл бұрын
Dear Jeff, it is so cool. we(at least I ) never knew that we can do something as cool as this in SQL Developer.. thank you so much!
@JeffSmiththat
@JeffSmiththat 4 жыл бұрын
Thanks for the feedback, there's even more cool stuff you can do!
@kevinzhang8974
@kevinzhang8974 3 жыл бұрын
I wish I had watched this earlier ... super super useful!!! Thank you Jeff!!!
@JeffSmiththat
@JeffSmiththat 3 жыл бұрын
Hey, I tried to tell you ;) I'm happy you did find the time to watch it, and even better, that it was helpful! Don't forget to give it the thumbs-up so OTHERS can find it too!
@kevinzhang8974
@kevinzhang8974 3 жыл бұрын
@@JeffSmiththat definitely it is a thumbs-up. today I just want the whole video again to refresh.
@pmpartners
@pmpartners 4 жыл бұрын
Thanks for the tips , they will be useful!
@andybecker5001
@andybecker5001 2 жыл бұрын
Had no idea you could spool in developer. Neat.
@JeffSmiththat
@JeffSmiththat 2 жыл бұрын
you can spool in SQLcl as well, and with the 'cd' command, you can spool the file to anywhere you want :)
@rakeshpanigrahi577
@rakeshpanigrahi577 Жыл бұрын
Thanks a lot Jeff :)
@JeffSmiththat
@JeffSmiththat Жыл бұрын
You're very welcome!
@ThePomelo09
@ThePomelo09 Жыл бұрын
awesome ty
@JeffSmiththat
@JeffSmiththat Жыл бұрын
No problem!
@same95ful
@same95ful 4 жыл бұрын
#Jeff Smith @Jeff Smith , you rocked man :-)
@rrcr4769
@rrcr4769 3 жыл бұрын
Hi Jeff, I have installed the Oracle EBS r12.2.10 on an Oracle VM. I able to connect using putty to the VM and login to the database using SQLPLUS. But I am NOT able to connect to the EBSDB using the SQLDeveloper from the host machine. I could connect with out any issues with the R12.2.9 instance backend Sir. How do I over come this issue with the R12.2.10? Thank You. Raj
@JeffSmiththat
@JeffSmiththat 3 жыл бұрын
from your machine to the vm...sqldev needs a network path to get to the database. On my VM's i setup a local port forward to make this easy. Does your VM have an IP address that you can ping from your host?
@rrcr4769
@rrcr4769 3 жыл бұрын
@@JeffSmiththat Hi Jeff, Thank You for your response. Yes it does have. I am able to connect to the VM using Putty. I am using only the Host-Only Adaptor so I don't have to port forward.
@JeffSmiththat
@JeffSmiththat 3 жыл бұрын
@@rrcr4769 change your adapter to get an ip address
@dejankovacevic153
@dejankovacevic153 4 жыл бұрын
Is there a way to collapse all procedures within a package using a shortcut? Thank you.
@JeffSmiththat
@JeffSmiththat 4 жыл бұрын
if your focus is on the tree/package item, Left arrow will do that
@dejankovacevic153
@dejankovacevic153 4 жыл бұрын
@@JeffSmiththat No. Inside pkg. Right now ii can do that with + sign but it will be good to have option to colapse all at once.
@dejankovacevic153
@dejankovacevic153 4 жыл бұрын
@@JeffSmiththat Oh now i see, thank you
@JeffSmiththat
@JeffSmiththat 4 жыл бұрын
Here's the post for the grid (links and gauge) tricks www.thatjeffsmith.com/archive/2012/03/sql-developer-query-grid-tricks/
@ursus9104
@ursus9104 2 жыл бұрын
So no need for Toad anymore once you get used to SQL Developer?
@JeffSmiththat
@JeffSmiththat 2 жыл бұрын
I haven't touched it since 2011. So I would say, 'yes', you no longer need it.
@vinayaksutar7309
@vinayaksutar7309 2 жыл бұрын
Can someone pls tell, how to use the DDL COMMAND will be really helpful. Timestamps 5:52
@JeffSmiththat
@JeffSmiththat 2 жыл бұрын
just type ddl employees If employees is in your current schema, you'll get the CREATE TABLE EMPLOYEES...sql script. If you want to change how it's generated, see the following command: SET DDL You can use 'help ddl' or 'help set ddl' for the syntax required to use these commands/features.
@vaibhavpingalkar987
@vaibhavpingalkar987 3 жыл бұрын
Peek behind the curtains trick doesn’t work for me, any reason? Thank you for the tricks though
@JeffSmiththat
@JeffSmiththat 3 жыл бұрын
Peek behind the curtains...what trick is this?
@vaibhavpingalkar987
@vaibhavpingalkar987 3 жыл бұрын
@@JeffSmiththat when we click on * (From Select) we can choose columns manually, you have shown in your video, I don’t get little pick under *, Also, CTRl+ space bar also doesn’t work every time
@JeffSmiththat
@JeffSmiththat 3 жыл бұрын
@@vaibhavpingalkar987 sounds like the parser is confused...do you see any red squiggle lines? Make sure there is no invalid sql above or below your sql statement.
Slow SQL Query? Get the Plan in Oracle SQL Developer!
15:38
Jeff Smith
Рет қаралды 25 М.
БОЛЬШОЙ ПЕТУШОК #shorts
00:21
Паша Осадчий
Рет қаралды 11 МЛН
Top PL/SQL Tips In Just One Hour
1:00:53
Practically Perfect PL/SQL with Steven Feuerstein
Рет қаралды 52 М.
Oracle SQL Developer: Product Demonstration
1:04:26
Jeff Smith
Рет қаралды 218 М.
Oracle SQL Developer: You're Doing it Wrong
17:12
Jeff Smith
Рет қаралды 59 М.
Which Database Model to Choose?
24:38
High-Performance Programming
Рет қаралды 47 М.
An Introduction to Oracle SQL
1:24:30
Databases A2Z
Рет қаралды 50 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,5 МЛН
How to See Where Your Oracle SQL Query is Slow
12:08
Database Star
Рет қаралды 3,5 М.
20 Tips for Oracle SQL Developer (To Save You Time)
16:59
Database Star
Рет қаралды 57 М.
What does a Data Analyst actually do? (in 2024) Q&A
14:27
Tim Joo
Рет қаралды 26 М.
Debugging PL/SQL with Oracle SQL Developer
34:43
Oracle Database Development Tools
Рет қаралды 51 М.
КАК ЖИВЕТ КВАНТУМ? РУМ ТУР КВАНТУМА!!!
13:51
КАК ЖИВЕТ КВАНТУМ? РУМ ТУР КВАНТУМА!!!
13:51
три кошака и ростелеком
0:26
Мистер Денала
Рет қаралды 2,4 МЛН
Массаж головы пранк🤣
0:55
Kirya Kolesnikov
Рет қаралды 5 МЛН
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.