Kbase 15473: protoora error ora_md1:no gate-work found!
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
protoora error ora_md1:no gate-work found!
To run a protoora procedure succesfully it is necessary to connect to
the ORACLE instance with a defined user and password. When you perform
the procedure connecting to ORACLE as system admin (dba,system) the
protoora utility will create the ORACLE tables but the pull towards
the PROGRESS schema-holder will fail and dumped data will not be
loaded.
The error message you can get is ora_md1:no gate-work found!
To create a new user in ORACLE perform following instructions in
sqlplus.
create user <user-name> identified by <password>;
grant dba to <user-name>;
When the protoora utility is connecting to ORACLE with the new user it
will work properly.
Progress Software Technical Support Note # 15473