sorry for a not very descriptive title - I guess I'm not really sure how to describe my problem.
I've just installed an XP Pro PC with Oracle 10g as an experiment, and to give others in my office a chance to start using it.
Now, it seems to have all installed ok; I have created a user (me!) and I can connect from SQL*Plus on my machine to the new Oracle box.
I've set myself up with DBA rights at the moment, and I've used USERS as my default table space, and TEMP as my temporary space.
All seems ok so far. I've created my first table, and then tried to look at it.
this is what I see in my SQL*Plus window:
So what on earth have I done/not done?
I can 'see' my table, but apparently its not there....
any help would be really appreciated. Thansk guys!
Fee
The question should be [red]Is it worth trying to do?[/red] not [blue] Can it be done?[/blue]
I've just installed an XP Pro PC with Oracle 10g as an experiment, and to give others in my office a chance to start using it.
Now, it seems to have all installed ok; I have created a user (me!) and I can connect from SQL*Plus on my machine to the new Oracle box.
I've set myself up with DBA rights at the moment, and I've used USERS as my default table space, and TEMP as my temporary space.
All seems ok so far. I've created my first table, and then tried to look at it.
this is what I see in my SQL*Plus window:
Code:
SQL> select table_name from user_tables
2 /
TABLE_NAME
------------------------------
NewProdMatch
ProdMatch
Elapsed: 00:01:11.35
SQL> desc ProdMatch
ERROR:
ORA-04043: object ProdMatch does not exist
SQL>
I can 'see' my table, but apparently its not there....
any help would be really appreciated. Thansk guys!
Fee
The question should be [red]Is it worth trying to do?[/red] not [blue] Can it be done?[/blue]