Pessoal, tenho um banco de dados de teste e quando estou conectando com o system, esta dando o erro abaixo, não consigo ver as views do sys. Por consequência não consigo fazer imports no banco. Já concedi os privilégios novamente mas não funcionou, alguém sabe o que pode estar ocorrendo?
SQL>
SQL> show user
USER is “SYSTEM”
SQL>
SQL>
SQL> desc sys.dba_users;
ERROR:
ORA-04043: object sys.dba_users does not exist
[oracle@ancara shared1]$ imp userid=system/sp1990ru file=/shared1/COMPRAS.dmp fromuser=COMPRAS touser=COMPRAS log=/shared1/imp_COMPRAS.log
Import: Release 10.2.0.5.0 – Production on Tue Dec 4 09:53:47 2012
Copyright (c) 1982, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 – 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Export file created by EXPORT:V10.02.01 via conventional path
IMP-00013: only a DBA can import a file exported by another DBA
IMP-00000: Import terminated unsuccessfully
Mpungan