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: Problem in Enterprise Manager

Re: Problem in Enterprise Manager

From: Paul <paul_at_see.my.sig.com>
Date: Fri, 23 Jun 2006 21:50:19 +0100
Message-ID: <srko92dd4tcoaltk2hf6bfb8kbqefnkmrn@4ax.com>

"Naeem" <naeemshzd_at_hotmail.com> wrote:

> I have Oracle 9i DB R2 Enterprise Edition running on Windows 2000
> Server. When i create or update table using SQL plus, the changes could
> not be seen through Enterprise Manager. Similarly changes made through
> Enterprise Manager could not be seen through SQL plus. Please suggest...

Creating a table is DDL and is automatically committed after the operation. If you cannot see a table that you created in SQLPlus in EE *_after_* you created it (desc MyNewTable), then you are looking in the wrong place.

Creating records (and/or updating) them requires you to commit your changes before they become visible to any other transactions.

Are you sure that SQLPlus and EM are pointing at the same place?

Paul...

-- 

plinehan __at__ yahoo __dot__ __com__

XP Pro, SP 2, 

Oracle, 9.2.0.1.0 (Enterprise Ed.)
Interbase 6.0.1.0;

When asking database related questions, please give other posters 
some clues, like operating system, version of db being used and DDL.
The exact text and/or number of error messages is useful (!= "it didn't work!").
Thanks.
 
Furthermore, as a courtesy to those who spend 
time analysing and attempting to help, please 
do not top post.
Received on Fri Jun 23 2006 - 15:50:19 CDT

Original text of this message

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