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: *** A STUPID QUESTION (I'M BEGINNING) ***

Re: *** A STUPID QUESTION (I'M BEGINNING) ***

From: Jerry Gitomer <jgitomer_at_erols.com>
Date: 2000/07/15
Message-ID: <20000715.5074400@p200.nodomain>#1/1

        Your table is saved to the database when any of the following occur:

  1. You execute an explicit COMMIT statement
  2. You execute a DDL statement (ALTER, DROP, CREATE etc.)
  3. You exit your session.

        Your table is stored inside one of the datafiles belonging to an Oracle tablespace and is not visible to software other than that designed to directly access Oracle databases,e.g. Crystal Reports.

        Check out books such as "Oracle Unleashed" and "Special Edition Using Oracle". They will answer most of your questions.

        Good luck

>>>>>>>>>>>>>>>>>> Original Message <<<<<<<<<<<<<<<<<<

On 7/14/00, 6:35:44 AM, atwork_at_guay.com (ATWORK) wrote regarding *** A STUPID QUESTION (I'M BEGINNING) ***:
> Right. I start SQL*Plus. I create a table.... I fill it ....
> but where in hell is the database? Wich is the extension?
> In wich folder? How can I save it?
 

> I have to report I only know Access databases...
 

> Thanks in advance, kids...
Received on Sat Jul 15 2000 - 00:00:00 CDT

Original text of this message

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