Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Problem while installing Oracle Mobile Server
Hi
(All OSes are Windows 2000 Pro).
While installing Mobile Server 10g, I'm asked to enter the SYSTEM
account password but when I enter it I get the following error:
"Io Exception: The network adapter could not establish the
connection".
But the IP link is OK between the Mobile Server 10g computer and the
main Oracle DB 10g computer.
Also, from Oracle Entreprise Manager I can't connect as SYSTEM to the Oracle DB 10g. So I think that this can be linked to the error that I get from Mobile Server Installation...
I've granted DBA rights to SYSTEM account but I get the same error from Mobile Server, even after restarting the Oracle DB 10g server.
As explained at : http://dba.5341.com/msg/13097.html I've done the following (directly on Oracle DB 10g server) :
Sqlplus / as sysdba
GRANT DBA TO SYSTEM;
GRANT CONNECT TO SYSTEM;
GRANT RESOURCE TO SYSTEM;
GRANT CONNECT_MTN TO SYSTEM;
GRANT EXP_FULL_DATABASE TO SYSTEM;
GRANT IMP_FULL_DATABASE TO SYSTEM;
GRANT SELECT_CATALOG_ROLE TO SYSTEM;
GRANT EXECUTE_CATALOG_ROLE TO SYSTEM;
GRANT AQ_ADMINISTRATOR_ROLE TO SYSTEM;
GRANT GATHER_SYSTEM_STATISTICS TO SYSTEM;
ALTER USER SYSTEM DEFAULT ROLE ALL;
GRANT ANALYZE ANY TO SYSTEM;
GRANT ALTER ANY TYPE TO SYSTEM;
GRANT ALTER ANY INDEX TO SYSTEM;
GRANT ALTER ANY TABLE TO SYSTEM;
GRANT EXECUTE ANY TYPE TO SYSTEM;
GRANT SELECT ANY TABLE TO SYSTEM;
GRANT ALTER ANY INDEXTYPE TO SYSTEM; GRANT ALTER ANY PROCEDURE TO SYSTEM; GRANT DEBUG ANY PROCEDURE TO SYSTEM;
GRANT EXECUTE ANY INDEXTYPE TO SYSTEM; GRANT EXECUTE ANY PROCEDURE TO SYSTEM; GRANT SELECT ANY DICTIONARY TO SYSTEM;
But that does not change anything.
Thank you for any help :-) Received on Wed Feb 16 2005 - 01:31:24 CST