Script Execution Failed Message
526450Oct 9 2008 — edited Oct 9 2008Hi
I'm trying to migrate to Oracle 10g a MS ACCESS(2000 format) data base.
I created a user with this script posted by another user before:
CREATE USER migrations identified by migrations default tablespace USERS temporary tablespace TEMP;
GRANT CREATE SESSION, RESOURCE, CREATE VIEW to migrations;
When the process begun to run. A message like this appears saying:
Script Execution Failed. Manually delete the repository before re-trying.
What I've done wrong???
Thanks in advance
Mauricio