Oracle SQL Developer: Product Demonstration

Ғылым және технология

60 minute overview of the product including a demo.
Bookmarks, as this is a LONG Video:
09:32 - Release History
12:38 - Feature List/Summary
17:25 - End of PPT Show, Live Demo The Worksheet
42:27 - Exploring your Schema with the GUI
48:15 - Working with PL/SQL
54:22 - Using the Debugger
59:30 - Reports
1:02:30 - How to find objects

Пікірлер: 131

  • @markparee99
    @markparee995 жыл бұрын

    Actual demo starts at 17:10

  • @rickcaldwell7425
    @rickcaldwell74256 жыл бұрын

    As a beginner, I want to say thanks for sharing. Info is greatly appreciated.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    awesome, thanks Rick! I appreciate you took the time to watch this and leave me a nice comment :)

  • @rogerh2390
    @rogerh23905 жыл бұрын

    THANK GOODNESS!! Someone who speaks english!!!

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    Thanks, I think?

  • @cakimmell

    @cakimmell

    5 жыл бұрын

    Any overviews of Oracle are mostly folks from India and are hard to understand. I have been searching for this for months.

  • @RockstahRolln

    @RockstahRolln

    4 жыл бұрын

    hahaha!! True!

  • @Ambu_Singh
    @Ambu_Singh2 жыл бұрын

    My man was using zoom in 2017, truly ahead of his time.

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    Something....like that :)

  • @pavanmadamset
    @pavanmadamset5 жыл бұрын

    Sir, Thank You Very Much For Making This Useful Video

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    Thanks very much for the note, I appreciate it.

  • @kalyangonela
    @kalyangonela3 жыл бұрын

    Hi Jeff, How to get the view for Dataguard status under DBA in the latest version.

  • @mardiseptianto7039
    @mardiseptianto70393 жыл бұрын

    that pink floyd one is the greatest part of the video :)

  • @xucaen
    @xucaen6 жыл бұрын

    Hi, at 26:42, you say when you expand the connection you get a worksheet. That does not happen for me. I have installed Oracle database Express with SQL Developer version 17.3.1.279 build 279.0537. I'm not sure what I did to break the worksheet and I'm also not sure how to fix it.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Preferences > Database > Worksheet > Open a Worksheet on connect. Make sure that's enabled. If that doesn't work, try Window > Reset Windows to Factory Settings.

  • @RC-nn1ld
    @RC-nn1ld5 жыл бұрын

    I’m coming from MS SQL Server world and trying out what it is like on the other side, and liking what I see!

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    you should find a lot of things in common, both being a rdbms. If you get stuck, please feel free to drop me a line anytime.

  • @looploop6612
    @looploop66126 жыл бұрын

    Thanks Is it worth taking oracle certification for a beginner?

  • @George19_
    @George19_3 жыл бұрын

    Thanks for this video Jeff, is very useful. One question, is there something that I can do to make Oracle SQL Developer run smoother on Windows? I'm not sure if it's because of Java, but the GUI is slow to load, the application itself hangs (freezes) while loading or performing certain tasks... it's no unusable but the experience is not good (It feels slow) compared to similar tools developed for Windows.

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    See my advice here, but also try running with Java 11 and with more memory for JVM www.thatjeffsmith.com/archive/2012/02/sql-developer-tastes-great-less-filling/

  • @jmalsalih1651
    @jmalsalih16516 жыл бұрын

    Thanks Jeff.nice videos.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    jmal salih You're very welcome!

  • @ahmedhamdyabdelnabi228
    @ahmedhamdyabdelnabi2287 жыл бұрын

    thanks .. I have benefited from the video

  • @JeffSmiththat

    @JeffSmiththat

    7 жыл бұрын

    Thanks!

  • @volodymyrpatriiuk2291
    @volodymyrpatriiuk2291 Жыл бұрын

    Definitely very useful lesson!

  • @JeffSmiththat

    @JeffSmiththat

    Жыл бұрын

    Glad to hear that!

  • @MeliTX
    @MeliTX5 жыл бұрын

    Help please! How do I change the script output view to a grid I can ctrl+c ?

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    two thoughts... 1 - don't use the script output if you want a grid, run the statement with Ctrl+Enter or 2 - use SET SQLFORMAT CSV, then when you copy the output, you can prob paste it into Excel and get the cell separation you're looking for

  • @ps-ri2qk
    @ps-ri2qk Жыл бұрын

    Great video Jeff, I have a question - using insight in the worksheet - selecting multiple columns to add to a statement - Using insight I can select multiple columns no problem but when I try add them it only pastes the last column I selected rather than 3 selected columns for example - tried enter, tab, spacebar etc. I can't find the correct key(s) to enter them all at once into the query. I couldn't see how you did it during your video, looked at KB shortcuts in settings, nothing about it online that I can locate in the forum, YT, etc. Any assistance would be appreciated, Thanks! On Win11, Oracle 21c express, SQLDdev 23.1

  • @JeffSmiththat

    @JeffSmiththat

    Жыл бұрын

    Yeah, it's a bug. It's been logged already, sorry about that inconvenience. Possible workarounds, if you have table/view avail in the tree, you can drag and drop multiple columns. Or you could use SELECT *, then use the * expansion trick to get the actual column names, and remove the ones you don't want.

  • @PlutoisaPlanet
    @PlutoisaPlanet Жыл бұрын

    Just saw your blog post that SQL Dev is going to move to VS Code, fantastic! In the meantime I may just use sqlcl exclusively. I am running into a few bugs but they should be addressable.

  • @JeffSmiththat

    @JeffSmiththat

    Жыл бұрын

    SQL Developer 23.1 is going to come out soon with about 30-40 bug fixes in it. Stay tuned.

  • @baseerx
    @baseerx6 жыл бұрын

    when i create new connection using same username and password it copies existing connection data into new one connection..is it possible to create new connection with same username and password with no existing table data??

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Baseer Khan if you have the same username then you're in the same schema... Create a new user and connect there for no tables/fresh setup

  • @DushmanthaRanasinghe
    @DushmanthaRanasinghe3 жыл бұрын

    Tablespace information and compression information can not be view in Table window in SQLdeveloper this is very useful for DBAs, when can we see it with the product ?

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    That information can be seen in Details page for your table if you have it open.

  • @BrentDominic
    @BrentDominic2 жыл бұрын

    Hello! Do I need to install oracle database in order for me to create a connection? I am really confused on how to use it and how to create a database in SQL developer. I am completely new to this and hope you can help. Thank you!

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    You either have a database and a set of credentials you can use already..or you do not. I wrote up a more detailed answer with suggestions here + www.thatjeffsmith.com/archive/2012/12/i-have-oracle-sql-developer-installed-now-what/ + www.thatjeffsmith.com/archive/2021/02/im-a-student-studying-oracle-and-i-need-a-database-help/

  • @weiruquan1353
    @weiruquan13534 жыл бұрын

    Can I open all related properties of an object like toad, such as dependencies, usage, scripts, etc.

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    Yes, of course

  • @KaterynaSTAR
    @KaterynaSTAR3 жыл бұрын

    Could you say please, how to change size of tabs and additional windows? Thx

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    the doc tab size is determined by the length of the name of the file/object open for that tab...most if not all of the windows/panels can be re-sized with your mouse. Can you share an example of something you're struggling with? Happy to help (jeff.d.smith@oracle.com)

  • @juliafagas1652
    @juliafagas16526 жыл бұрын

    Hi Jeff, when I try to create a connection I get the following error message IO Error: The Network Adapter could not establish the connection Can you please tell me what to do?

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Julia Fagas tell me what you're doing: where is your database?

  • @juliafagas1652

    @juliafagas1652

    6 жыл бұрын

    Jeff Smith sorry I don't understand what do you mean. I filled in the fields for connection like in the video but I can't create a connection for some reasons

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    You need a database. SQL Developer is just a software application for working WITH Oracle Database - it doesn't include a database. You have a few options, all free, for getting there though. I talk about it here medium.com/oracledevs/i-installed-oracle-sql-developer-now-what-71230b9c9303

  • @juliafagas1652

    @juliafagas1652

    6 жыл бұрын

    I use JDK

  • @josephamiegbe4552
    @josephamiegbe45526 жыл бұрын

    thanks Jeff. I'd like to understand using the set server output on function. i tried an example i saw online but i get a pl/sql error message each time. thanks again

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Joseph Amiegbe what is your error? Set server output on is a client command... you'd run that in sqlplus or sqldev...don't put in your function plsql code

  • @josephamiegbe4552

    @josephamiegbe4552

    6 жыл бұрын

    set serveroutput on create or replace procedure coleman_employees is lv_name varchar2(20); lv_position varchar2(20); lv_yr_empyt number(4,0); cursor coleman_employees_cursor is select name, position, yr_empyt from coleman_employees; begin open coleman_employees_cursor; loop fetch coleman_employees_cursor into lv_name, lv_position, lv_yr_empyt; exit when coleman_employees%NOTFOUND; dbms_out.put_line ('employee' || lv_name || 'works as a' || lv_position || 'and was hired in' || lv_yr_empyt); end loop; end coleman_employees; commit;

  • @josephamiegbe4552

    @josephamiegbe4552

    6 жыл бұрын

    Error starting at line : 3 in command - create or replace procedure coleman_employees is lv_name varchar2(20); lv_position varchar2(20); lv_yr_empyt number(4,0); cursor coleman_employees_cursor is select name, position, yr_empyt from coleman_employees; begin open coleman_employees_cursor; loop fetch coleman_employees_cursor into lv_name, lv_position, lv_yr_empyt; exit when coleman_employees%NOTFOUND; dbms_out.put_line ('employee' || lv_name || 'works as a' || lv_position || 'and was hired in' || lv_yr_empyt); end loop; end coleman_employees; commit; Error report - ORA-00955: name is already used by an existing object 00955. 00000 - "name is already used by an existing object" *Cause: *Action:

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    not sure why you're getting the 955, but I found other errors. Here is an equivalent to what you're looking for. CREATE OR REPLACE PROCEDURE coleman_employees IS lv_job_id employees.job_id%TYPE; lv_name employees.first_name%TYPE; lv_hire_date employees.hire_date%TYPE; CURSOR coleman_employees_cursor IS SELECT first_name, job_id, hire_date FROM employees; BEGIN OPEN coleman_employees_cursor; LOOP FETCH coleman_employees_cursor INTO lv_name,lv_job_id,lv_hire_date; EXIT WHEN coleman_employees_cursor%notfound; dbms_output.put_line('Employee ' || lv_name || ' works as a ' || lv_job_id || ' and was hired in ' || to_char(lv_hire_date, 'YYYY') || '.'); END LOOP; END coleman_employees; / Use %type to bind your variables to the table.column definitions - if someone ever changes your table definition, your PL/SQL won't break. Always use dates to store dates. Tranform the date to the format you want using the TO_CHAR function. It's DBMS_OUTPUT not DBMS_OUT. Execute this in SQLDev worksheet with set serveroutput on set sqlformat ansiconsole clear screen begin coleman_employees(); end; / and you get back Employee Steven works as a AD_PRES and was hired in 1987. Employee Neena works as a AD_VP and was hired in 1989. Employee Lex works as a AD_VP and was hired in 1993. Employee Alexander works as a IT_PROG and was hired in 1990. Employee Bruce works as a IT_PROG and was hired in 1991. Employee David works as a IT_PROG and was hired in 1997. Employee Valli works as a IT_PROG and was hired in 1998. Employee Diana works as a IT_PROG and was hired in 1999. Employee Nancy works as a FI_MGR and was hired in 1994. Employee Daniel works as a FI_ACCOUNT and was hired in 1994. Employee John works as a FI_ACCOUNT and was hired in 1997. Employee Ismael works as a FI_ACCOUNT and was hired in 1997. Employee Jose Manuel works as a FI_ACCOUNT and was hired in 1998. Employee Luis works as a FI_ACCOUNT and was hired in 1999. Employee Den works as a PU_MAN and was hired in 1994. Employee Alexander works as a PU_CLERK and was hired in 1995. Employee Shelli works as a PU_CLERK and was hired in 1997. Employee Sigal works as a PU_CLERK and was hired in 1997. Employee Guy works as a PU_CLERK and was hired in 1998. Employee Karen works as a PU_CLERK and was hired in 1999. Employee Matthew works as a ST_MAN and was hired in 1996. Employee Adam works as a ST_MAN and was hired in 1997. Employee Payam works as a ST_MAN and was hired in 1995. Employee Shanta works as a ST_MAN and was hired in 1997. Employee Kevin works as a ST_MAN and was hired in 1999. Employee Julia works as a ST_CLERK and was hired in 1997. Employee Irene works as a ST_CLERK and was hired in 1998. Employee James works as a ST_CLERK and was hired in 1999. Employee Steven works as a ST_CLERK and was hired in 2000. Employee Laura works as a ST_CLERK and was hired in 1997. Employee Mozhe works as a ST_CLERK and was hired in 1997. Employee James works as a ST_CLERK and was hired in 1997. Employee TJ works as a ST_CLERK and was hired in 1999. Employee Jason works as a ST_CLERK and was hired in 1996. Employee Michael works as a ST_CLERK and was hired in 1998. Employee Ki works as a ST_CLERK and was hired in 1999. Employee Hazel works as a ST_CLERK and was hired in 2000. Employee Renske works as a ST_CLERK and was hired in 1995. Employee Stephen works as a ST_CLERK and was hired in 1997. Employee John works as a ST_CLERK and was hired in 1998. Employee Joshua works as a ST_CLERK and was hired in 1998. Employee Trenna works as a ST_CLERK and was hired in 1995. Employee Curtis works as a ST_CLERK and was hired in 1997. Employee Randall works as a ST_CLERK and was hired in 1998. Employee Peter works as a ST_CLERK and was hired in 1998. Employee John works as a SA_MAN and was hired in 1996. Employee Karen works as a SA_MAN and was hired in 1997. Employee Alberto works as a SA_MAN and was hired in 1997. Employee Gerald works as a SA_MAN and was hired in 1999. Employee Eleni works as a SA_MAN and was hired in 2000. Employee Peter works as a SA_REP and was hired in 1997. Employee David works as a SA_REP and was hired in 1997. Employee Peter works as a SA_REP and was hired in 1997. Employee Christopher works as a SA_REP and was hired in 1998. Employee Nanette works as a SA_REP and was hired in 1998. Employee Oliver works as a SA_REP and was hired in 1999. Employee Janette works as a SA_REP and was hired in 1996. Employee Patrick works as a SA_REP and was hired in 1996. Employee Allan works as a SA_REP and was hired in 1996. Employee Lindsey works as a SA_REP and was hired in 1997. Employee Louise works as a SA_REP and was hired in 1997. Employee Sarath works as a SA_REP and was hired in 1998. Employee Clara works as a SA_REP and was hired in 1997. Employee Danielle works as a SA_REP and was hired in 1999. Employee Mattea works as a SA_REP and was hired in 2000. Employee David works as a SA_REP and was hired in 2000. Employee Sundar works as a SA_REP and was hired in 2000. Employee Amit works as a SA_REP and was hired in 2000. Employee Lisa works as a SA_REP and was hired in 1997. Employee Harrison works as a SA_REP and was hired in 1998. Employee Tayler works as a SA_REP and was hired in 1998. Employee William works as a SA_REP and was hired in 1999. Employee Elizabeth works as a SA_REP and was hired in 1999. Employee Sundita works as a SA_REP and was hired in 2000. Employee Ellen works as a SA_REP and was hired in 1996. Employee Alyssa works as a SA_REP and was hired in 1997. Employee Jonathon works as a SA_REP and was hired in 1998. Employee Jack works as a SA_REP and was hired in 1998. Employee Kimberely works as a SA_REP and was hired in 1999. Employee Charles works as a SA_REP and was hired in 2000. Employee Winston works as a SH_CLERK and was hired in 1998. Employee Jean works as a SH_CLERK and was hired in 1998. Employee Martha works as a SH_CLERK and was hired in 1999. Employee Girard works as a SH_CLERK and was hired in 2000. Employee Nandita works as a SH_CLERK and was hired in 1996. Employee Alexis works as a SH_CLERK and was hired in 1997. Employee Julia works as a SH_CLERK and was hired in 1998. Employee Anthony works as a SH_CLERK and was hired in 1999. Employee Kelly works as a SH_CLERK and was hired in 1997. Employee Jennifer works as a SH_CLERK and was hired in 1997. Employee Timothy works as a SH_CLERK and was hired in 1998. Employee Randall works as a SH_CLERK and was hired in 1999. Employee Sarah works as a SH_CLERK and was hired in 1996. Employee Britney works as a SH_CLERK and was hired in 1997. Employee Samuel works as a SH_CLERK and was hired in 1998. Employee Vance works as a SH_CLERK and was hired in 1999. Employee Alana works as a SH_CLERK and was hired in 1998. Employee Kevin works as a SH_CLERK and was hired in 1998. Employee Donald works as a SH_CLERK and was hired in 1999. Employee Douglas works as a SH_CLERK and was hired in 2000. Employee Jennifer works as a AD_ASST and was hired in 1987. Employee Michael works as a MK_MAN and was hired in 1996. Employee Pat works as a MK_REP and was hired in 1997. Employee Susan works as a HR_REP and was hired in 1994. Employee Hermann works as a PR_REP and was hired in 1994. Employee Shelley works as a AC_MGR and was hired in 1994. Employee William works as a AC_ACCOUNT and was hired in 1994. PL/SQL procedure successfully completed.

  • @LennieLenford
    @LennieLenford7 ай бұрын

    This video is over five years old but is still linked to from SQL Developer, is it still relevant? (Just upgraded from version 4...)

  • @JeffSmiththat

    @JeffSmiththat

    7 ай бұрын

    Yes, I think so at least. Most people don't get beyond running 'select * from employees' and exporting query results to Excel. I plan on updating this video once our Extension for VS Code has been released.

  • @phanmemthanhphong
    @phanmemthanhphong5 жыл бұрын

    Thank you so much !!!

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    you're very welcome!

  • @user-ki9nj8mr1k
    @user-ki9nj8mr1k4 ай бұрын

    Hello Jeff im kanna here, where can i found this folder first and im usng oracle sql 11g am not getting a page like what to do and where i can find this all help me )-:🤕

  • @JeffSmiththat

    @JeffSmiththat

    4 ай бұрын

    Which folder are you looking for?

  • @aconejos
    @aconejos6 жыл бұрын

    Hello Jeff. You Talked about migrations white pappers for 3rd Party RDBMS. can you share that please?

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Agustin Conejos sure thing, as soon as I get back to my pc

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Start with this one www.oracle.com/us/products/database/migrating-to-oracle-database-wp-3610526.pdf

  • @aconejos

    @aconejos

    6 жыл бұрын

    Genius :D

  • @sureshbe405
    @sureshbe4054 жыл бұрын

    Hi Jeff, I just started to learn Oracle, I have downloaded Oracle SQL Developer Version 19.2.1.247 but I am unable to start working with it as I am unable to create connection at all. I checked many things on internet(youtube/webpages) but it did not help. Please guide how can i create connection and start working. Please excuse me if i my request looks very silly, if so am sorry for that. Thank You

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    One thing to remember up front - the learning curve for getting started with databases can be quite high. The biggest hurdle up front will be actually creating or getting access to a database. It's a task reserved for experienced professionals - so as a 'n00b', it can be extremely frustrating. I wrote this article to help folks figure out the easiest way to 'bootstap' themselves medium.com/oracledevs/i-installed-oracle-sql-developer-now-what-71230b9c9303 I think the easiest method discussed in that article is our VirtualBox appliance. You simply download it, import it into VirtualBox (also free), hit 'play' - then you have a database you can immediately connect to from your sqldev on your machine, using any account with all passwords set to 'oracle' Give it a look-see and feel free to come back or my blog (www.thatjeffsmith.com) with any questions. And finally, congrats on starting your Oracle journey - good luck, and have fun!

  • @sureshbe405

    @sureshbe405

    4 жыл бұрын

    Thank You Jeff. will go through the link shared and let you know my if any hurdles.👍🙂

  • @asiaapplications6446
    @asiaapplications64464 жыл бұрын

    how to get model in the tab?

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    If you're on a newer version of SQL Developer and you're connected to an Oracle Database, when you open a table, you should just see the Model tab there, automatically.

  • @milkiasmarkos3294
    @milkiasmarkos32943 жыл бұрын

    Thanks!

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    You're welcome!

  • @lindequan
    @lindequan3 жыл бұрын

    Why the SELECT always have under red mark?

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    It's either b/c the parser has found a syntax error, and it's seeing the issue at the SELECT (not likely) OR you're probably seeing the SQL Text Expansion feature. See this www.thatjeffsmith.com/archive/2019/06/gif-sql-text-and-expansion/

  • @tedthebed7877
    @tedthebed78774 жыл бұрын

    Great

  • @chaitueditography5422
    @chaitueditography54222 жыл бұрын

    how to solve network adapter error in oracle sql developer?

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    The client (SQLDev) needs a network path to where the Database is. So...can you ping that server from your machine? Do you have the right connection details?

  • @chaitueditography5422

    @chaitueditography5422

    2 жыл бұрын

    @@JeffSmiththat yes

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    @@chaitueditography5422 then you simply can't access the network location specified

  • @chaitueditography5422

    @chaitueditography5422

    2 жыл бұрын

    @@JeffSmiththat okay i will try

  • @suhasbyrapuneni4384
    @suhasbyrapuneni43845 жыл бұрын

    SIR,THE PL/SQL PROGRAM I HAVE EXECUTED IS EXECUTING SUCCESSFULLY BUT OUTPUT WAS NOT DISPLAYING CAN U TELL ME REASON? PLZZ

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    What kind of output were you expecting? Or in other words, what is your program doing, and what did you tell it to with the results?

  • @suhasbyrapuneni4384

    @suhasbyrapuneni4384

    5 жыл бұрын

    sir, the statments that i have typed in dbms_output.put_line command are not dispalying in out put....but it is just displaying that "your procedure is executed succesfully"...why sir?

  • @suhasbyrapuneni4384

    @suhasbyrapuneni4384

    5 жыл бұрын

    i am getting "pl/sql procedure completed" in script output....but i am not getting output in dbms out even though i added my connection to dbms output.....

  • @JeffSmiththat

    @JeffSmiththat

    5 жыл бұрын

    @@suhasbyrapuneni4384 did you Set serveroutput on ?

  • @suhasbyrapuneni4384

    @suhasbyrapuneni4384

    5 жыл бұрын

    yes sir....even though ntg in coming in dbms output....but its showing that pl/sql procdure is completed successfully....

  • @myatsabai
    @myatsabai3 жыл бұрын

    Is Data Miner also available in PL/SQL?

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    data miner has an intereface in Oracle SQL Developer, Data Miner also has at least 3 pl/sql packages for working with it, look at DBMS_DATA_MINING

  • @myatsabai

    @myatsabai

    3 жыл бұрын

    @@JeffSmiththat Thank you. Since I already have PL/SQL Developer installed and using, I just want to avoid installing SQL Developer again. It looks like SQL Developer is needed to utilize ODM.

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    @@myatsabai i'm not aware that Allround Automation's PL/SQL Developer product has an interface for Data Miner. Additionally, the Data Miner interface in SQL Developer is HUGE. It's not something you simply build... Also, you just download, unzip, and run SQL Developer - about as easy as it gets.

  • @myatsabai

    @myatsabai

    3 жыл бұрын

    @@JeffSmiththat Thank you. I'm excited to do Analytic work within Oracle.

  • @birajadhikari2237
    @birajadhikari22376 жыл бұрын

    I have only email on Oracle my Username is "biraj ad" there. However, it didn't work and gave me IO error. I am on linux.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Biraj Adhikari sorry, that's not enough information to help you. Where is your database, who maintains it?

  • @birajadhikari2237

    @birajadhikari2237

    6 жыл бұрын

    It is my laptop so it is me. However, I don't remember setting any database password.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Biraj Adhikari did you create a database? Did you install the server software? SQL Developer isn't a database, just a client.

  • @birajadhikari2237

    @birajadhikari2237

    6 жыл бұрын

    I am guessing no. Can you please tell me how do i do that?

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Biraj Adhikari this should help medium.com/oracledevs/i-installed-oracle-sql-developer-now-what-71230b9c9303

  • @igorigor2094
    @igorigor20944 жыл бұрын

    how do you get a horse instead of null

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    a horse?

  • @haedrichowen

    @haedrichowen

    2 жыл бұрын

    @@JeffSmiththat horse is at 17:31 in your query result

  • @JeffSmiththat

    @JeffSmiththat

    2 жыл бұрын

    @@haedrichowen Ah, funny. I totally don't remember that. How to do that here - twitter.com/thatjeffsmith/status/1539628019639144453 .. just make sure you are using a Display Font that supports the Unicode characters.

  • @haedrichowen

    @haedrichowen

    2 жыл бұрын

    @@JeffSmiththat Cool. And thanks for the great video! Still relevant today.

  • @DimarikCanada
    @DimarikCanada6 жыл бұрын

    Hello, good video, do you have some videos for beginners ?

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Dmitri Atanasov sure, see on my channel the videos on the query builder, desktop tour, and you're doing it wrong.

  • @DimarikCanada

    @DimarikCanada

    6 жыл бұрын

    Thank you Jeff, the second problem is to instal SQL Developer, it show me error with adaptor((

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Dmitri Atanasov that sounds like a connection problem, not an installation issue. Can you read this and tell me which scenario you're in? www.thatjeffsmith.com/archive/2012/12/i-have-oracle-sql-developer-installed-now-what/

  • @DimarikCanada

    @DimarikCanada

    6 жыл бұрын

    My error is 17002 network adapter

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Dmitri Atanasov did you read my article, do you have a database?

  • @user-ki9nj8mr1k
    @user-ki9nj8mr1k4 ай бұрын

    is this video for freshers or for working professionals >>>>>>>?????

  • @JeffSmiththat

    @JeffSmiththat

    4 ай бұрын

    Yes!

  • @ibrahimmuhammad9509
    @ibrahimmuhammad95094 жыл бұрын

    sIR, I want to learn SQl DEVELOPER WITH YOU,

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    I have many tutorials for you here www.thatjeffsmith.com/sql-developer/

  • @alfredsfutterkiste7534

    @alfredsfutterkiste7534

    3 жыл бұрын

    @@JeffSmiththat damn happy I expanded your response so I found this :)

  • @xamrinsupport3657
    @xamrinsupport36574 жыл бұрын

    Good, if they have also translation in Urdu

  • @user-nd2oz6dp1c
    @user-nd2oz6dp1c3 ай бұрын

    pls coment some translate

  • @JeffSmiththat

    @JeffSmiththat

    3 ай бұрын

    what do you need?

  • @muhammadhafizbinmohdnasaru6689
    @muhammadhafizbinmohdnasaru66893 жыл бұрын

    bababooey

  • @jeremyflowers8908
    @jeremyflowers89086 жыл бұрын

    Not fast paced enough. You take way to long to get to the details. Would be good if you'd bookmarked parts, so you could cut past the pre-amble. @17:41 to get past all the sales history waffle.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Jeremy Flowers I prefer the 10 minute takes for sure. But folks insisted on the big, everything take. I like your bookmark idea and will take a look at it today.

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    Done! Thanks for the input. This was a recording of a webcast I did, so it's a bit differently paced than what I would have done on my own, but I hope this helps.

  • @user-eb4zk7eb6f
    @user-eb4zk7eb6f4 жыл бұрын

    Hellow teacher

  • @JeffSmiththat

    @JeffSmiththat

    4 жыл бұрын

    Hello, let me know if you have any questions!

  • @sunandamishra592
    @sunandamishra5923 жыл бұрын

    42:38

  • @vaibhavpingalkar987
    @vaibhavpingalkar9873 жыл бұрын

    Looks like Jeff was not prepared for the recording, not so informative one...waste of time

  • @JeffSmiththat

    @JeffSmiththat

    3 жыл бұрын

    What were you looking for?

  • @florisdevries4729
    @florisdevries47296 жыл бұрын

    Boring!

  • @JeffSmiththat

    @JeffSmiththat

    6 жыл бұрын

    kzread.info/dash/bejne/i5Z2y7qJhq7bhKQ.html It's a development and query tool, not a video game.

Келесі