Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> Re: Intro to Oracle:SQL & PL/SQL class -HELP

Re: Intro to Oracle:SQL & PL/SQL class -HELP

From: Carsten Peters <carpet_at_wanadoo.es>
Date: Mon, 12 Feb 2001 18:35:02 +0100
Message-ID: <9696sc$jpe$1@m2wpersoisp01.wanadoo.es>

Dear Bruce,

I would like to recommend the Oracle Certified Professional DBA Exam Guide. You will find the book for $99 at www.osborne.com. I am preparing for the Developer Exams. The Developer Exam Guide from Osborne is just fantastic. You will find it easy to understand. It should be the same with the DBA Exam Guide.

Check also this page for good study links http://home.wtal.de/dromas/orcllink.htm.

Greetings from Spain,
Carsten
"Bruce Walker" <rbwalker1_at_mindspring.com> wrote in message news:3A8597CF.B1265E84_at_mindspring.com...
> I would like some input from a teacher on the subject.
> I am taking an Oracle class now from a large corp that specializes
> in teaching. The Oracle DBA is over 11 weeks, with PL/SQL taking
> three of those eleven weeks. The class is once a week for 8 hours.
> Can you adequately take a beginner from zilch to a good understanding
> in 24 ( 3 X 8 ) hours.
>
> The first three weeks have gone by and I feel comfortable with about HALF
 the
> material. We are using ORACLE textbooks. In my eyes, they are written
 poorly,
> not descriptive at all, and leave a student wanting ' where's the beef '
 mode.
>
> I have yet to find a good tutor on the web for SQL \ PL/SQL \ SQL Plus
> which the first exam is based on. Could you direct me to one ??
>
> bruce w
>
> steveee_ca_at_my-deja.com wrote:
>
> > Hi,
> >
> > I've taught this class many times..I'm looking at the Oracle Education
> > book for SQL, Chapter 9 and it refers to a lab9_1 script.It's just a
> > script to create a table called MY_EMPLOYEE as described in the book..
> >
> > Her you go:
> >
> > SQL> CREATE TABLE MY_EMPLOYEE
> > 2 (ID NUMBER(4) PRIMARY KEY,
> > 3 LAST_NAME VARCHAR2(25),
> > 4 FIRST_NAME VARCHAR2(25),
> > 5 USERID VARCHAR2(8),
> > 6 SALARY NUMBER(9,2));
> >
> > Have fun!
> >
> > Steve
> >
> > In article <cdua6.5057$1m.272574_at_bgtnsc04-news.ops.worldnet.att.net>,
> > "Jolo" <temple_at_techie.com> wrote:
> > > Has anyone here has taken the Into to Oracle SQL & PL/SQL class ?
> > >
> > > I'm doing the labs in chapter 9 on my computer and lo and behold, it
> > > mentions about running a script called lab9_1.sql. But I don't have it
> > > although I have all of the other test databases (login as scott,
 password =
> > > tiger).
> > >
> > > If anyone has that script so I can continue and finish the practices
 in
> > > chapter 9 (Manipulating Data) PLEASE E-MAIL THE SCRIPT TO ME !!!
> > >
> > > Thanks,
> > >
> > > Jon Temple
> > > temples_at_att.net
> > >
> > >
> >
> > Sent via Deja.com
> > http://www.deja.com/
>
Received on Mon Feb 12 2001 - 11:35:02 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US