Training on PL/SQL Developer Software

FTM

Member
Hi

Is there any training offered on your PL/SQL Developer software?

Perhaps any webinar sessions?

Many thanks.
 
I think all that is implied (tongue in cheek) is that PLSD does not have 10,000 tabs/windows/menu options/whatever as TOAD has and inside PLSD you can more easily get an intuitive feel for how to use it. But even I will read the manual (User's Guide) every couple of years to catch up on new features I rarely if ever use.
 
Hi all,

I've recently installed PLSD and am going through the user guide to familiarize myself with the software.

I had a question about the schema that is used in the user guide examples. For instance in section 4.1 (Testing programs), I have an EMP table in the SCOTT schema but do not have the EMPLOYEE package, therefore when I try to test that package I run into errors.

Does anyone know where I can find the set-up scripts for that DEMO schema (or whichever schema is used in the user guide)? I may need to re-run them so I can follow along with the examples in the user guide.

Thanks! :)
 
The DEPT and EMP tables (which you already have) can be created/dropped with the demobld.sql and demodrop.sql scripts in the \sqlplus\demo directory.

The employee package is located in the demo directory in the PL/SQL Developer installation directory (employee.pck).
 
Back
Top