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 -> Anyone ever seen this kind of behavior

Anyone ever seen this kind of behavior

From: Jay <me_at_heyjay.com>
Date: Sat, 29 May 2004 12:36:25 -0500
Message-ID: <EG2dnTbPHdaAViXd3cwC-w@speakeasy.net>


Hi, I just installed the 10.1.0.2 upon linux, when I drop a table, it doesn't get dropped instead the name gets changed to gobbledy goop

oracle_at_platinum:~$ sqlplus jay/jay

SQL*Plus: Release 10.1.0.2.0 - Production on Mon May 31 12:27:47 2004

Copyright (c) 1982, 2004, Oracle. All rights reserved.

Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production With the Partitioning, OLAP and Data Mining options

SQL> select table_name from user_tables;

no rows selected

SQL> create table test (col1 date);

Table created.

SQL> select table_name from user_tables;

TABLE_NAME



TEST SQL> drop table test;

Table dropped.

SQL> select table_name from user_tables;

TABLE_NAME



BIN$27vDSF2p+IXgMKjATgUFSw==$0 Received on Sat May 29 2004 - 12:36:25 CDT

Original text of this message

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