Check if schema exists oracle
How to start ford flex with key
schema: This parameter is used to give the schema name. If we omit this parameter then the oracle will think it to be the user’s own schema. object_name: This parameter refers to the name of the object for which we are creating the schema. These objects can be table, view, sequence, function, and stored procedure.
Feb 22, 2014 · Meaning the oracle user that exported the schema, should have had CREATE USER privilege.Export was done with user (USR_TEST) was a basic user and not DBA/create-user-privileged. Below query given result as.