Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Script Execution Failed Message

526450Oct 9 2008 — edited Oct 9 2008
Hi

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 6 2008
Added on Oct 9 2008
1 comment
2,925 views