IWETHEY v. 0.3.0 | TODO
1,095 registered users | 1 active user | 1 LpH | Statistics
Login | Create New User
IWETHEY Banner

Welcome to IWETHEY!

New Re: Oracle questions
First question is: What are the best books on Oracle? - with emphasis being mostly from the application development angle. I went to the half-priced bookstore over the weekend and managed to snag a couple of O'Reilly titles real cheap: [link|http://www.oreilly.com/catalog/orsqplus/|Oracle SQL*Plus] and [link|http://www.oreilly.com/catalog/oraclep2/|Oracle PL/SQL Programming, 2nd Edition]. Both of them are a version behind (8i), though Ora don't have a new edition yet for SQL*Plus.
"Oracle PL/SQL Best Practices", from the same author as "Oracle PL/SQL Programming".
Second question is: in learning Oracle, do I really need to pay top dollar for that 9i edition, or will the much more reasonably priced 8i books do the trick? The two books I bought were $6 each. Much nicer than the $40 to $50 one must pay for the 9i insignia. But then if 9i is really significantly different, am i wasting my money buying 8i books?
9i doesn't seem terribly different to me. There are some additions to the object stuff (inheritance, mainly).
Finally, I'm about 2/3rds of the way through the SQL*Plus book and have downloaded the Personal edition of Oracle 9i off the internet. Although SQL*Plus seems easy enuf to master, it definitely feels cheezy in lots of different ways (I dislike having yet another programming language stacked on top of a programming language). Last question then concerns what the best multiplatform solution is for a simple interface to conduct queries and compile stored procedures?
[link|http://www.globecom.se/tora/|TOra].

HTH.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
New Tora looks pretty slick
Went to try it, but we're still on a 7.x release and Tora doesn't support it :-(
Darrell Spice, Jr.                      [link|http://www.spiceware.org/cgi-bin/spa.pl?album=./Artistic%20Overpass|Artistic Overpass]\n[link|http://www.spiceware.org/|SpiceWare] - We don't do Windows, it's too much of a chore
New Gracious
"Oracle PL/SQL Best Practices", from the same author as "Oracle PL/SQL Programming".
Purchased it earlier today. Fortunately, this is one of the more reasonably priced O'Reilly books. Hard to swallow those $40, $50, and $60 titles. This one at $20 is more to my liking.

9i doesn't seem terribly different to me. There are some additions to the object stuff (inheritance, mainly).
Great. Means the older books should be useful (and cheap).

Just because it was easy, here's the [link|http://www.angelfire.com/tx4/cus/shapes/plsql.html|PL/SQL shapes]. Probably won't be using inheritance and OO soon in PL/SQL, but I did notice several quirks. First, you have to drop all the subtypes manually before you can recompile a base type. Second, the constructor mechanism seems kind of flimsy - relying on declaration order within the types. Third, SELF is optional for accessing member properties and functions but is required for access to the same in the superclass.

TOra.
Looks good. Downloaded but haven't had time to do much exploring.


New OO in Oracle is a pain in 9, a nightmare in 8
The constructors in 8 are required. So if you have an object with say 40 fields, you have a constructor with 40 parameters. We use a perl script to generate the object code from the table schema. :-)

I didn't know that about dropping the subtypes. Nasty. Fortunately we have a SQL loader program that does all that stuff for us.
Regards,

-scott anderson

"Welcome to Rivendell, Mr. Anderson..."
     Oracle questions - (ChrisR) - (8)
         Re: Oracle questions - (admin) - (3)
             Tora looks pretty slick - (SpiceWare)
             Gracious - (ChrisR) - (1)
                 OO in Oracle is a pain in 9, a nightmare in 8 - (admin)
         I'm in a similar boat re: going to Oracle - (Meerkat) - (1)
             Lots of TOADs here too - (admin)
         Application perspective? - (broomberg) - (1)
             HR & Finance Applications - (ChrisR)

Why do you hate 16 ton weights?
118 ms