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

Home -> Community -> Usenet -> c.d.o.server -> Re: How i can manage data in Oracle enterprise end 8i client?

Re: How i can manage data in Oracle enterprise end 8i client?

From: Cristian Veronesi <c.veronesi_at_crpa.it>
Date: Fri, 31 Aug 2001 10:05:52 +0200
Message-ID: <3B8F4560.D8E6D688@crpa.it>


Computer LENA wrote:

> Is there in enterprise another gui to manage database (inserting, modifyng,
> deleting data)?

You have to learn SQL and use SQL*Plus for sending DML (insert, modify, delete) SQL statements to an Oracle database. Personally I find MS-Access a nice interface for manipulating Oracle tables: you just have to attach them to an empty MDB using the Oracle ODBC Driver. But you need to create tables with SQL*Plus first. This is a huge topic because it requires some basic notions about tablespaces, schemas and so on.
The best thing for you would be to attend a class called "Introduction to Oracle" (acronym INTOR I think) in Milano or Roma Oracle headquarters. Classes info (including cost, dates, places and so on) should be available on http://www.oracle.it. I don't know if official Oracle documentation is available in Italian, but you can buy a third-party italian book in a good library.

In bocca al lupo :)

-- 
Cristian Veronesi ><((((º> http://www.crpa.it

"L'empirismo è una serie di sbagli, e più sbagli più senti
 che stai crescendo, che vivi." (Luigi Meneghello)
Received on Fri Aug 31 2001 - 03:05:52 CDT

Original text of this message

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