Viewing 7 posts - 91 through 97 (of 97 total)
hi
using this query i can able to see the tables of that user.
select *
from dba_tables
where owner = 'ACCOUNT"
;
but i try to get the data using a...
February 11, 2009 at 3:40 am
hi
i have checked the user. i can see the data in that user. but the problem is i cant able to use a query
how can i see that table...
February 10, 2009 at 11:04 am
Hi Everyone,
I had sucessfully migrated(tables with data) from sqlserver2005 to oralce10g. now i am getting the error.
in oracle10g,after executing the below query::
>>select count(*) from policy;
ERROR at line 1:
ORA-00942: table or...
February 10, 2009 at 4:54 am
Hi Everyone,
I had sucessfully migrated(tables with data) from sqlserver2005 to oralce10g. now i am getting the error.
in oracle10g,after executing the below query::
>>select count(*) from policy;
ERROR at line 1:
ORA-00942:...
February 10, 2009 at 4:48 am
hi
it is creating the tables with data. i dont need to create the tables.
i want just to migrate the data only. please help as soon as possible
January 30, 2009 at 5:30 am
hi
i recreated the job. every thing was fine here. the problem is not with the connection.
January 29, 2009 at 7:01 am
hi
i didn't create differential backup on master database
January 29, 2009 at 5:33 am
Viewing 7 posts - 91 through 97 (of 97 total)