Jak cię złapią, to znaczy, że oszukiwałeś. Jak nie, to znaczy, że posłużyłeś się odpowiednią taktyką.
Action Perform the operation as the owner of the snapshot or as a user with ALTER ANY SNAPSHOT privileges. ORA–23407 object name name must be shaped like “SCHEMA.OBJECT” or “OBJECT” Cause The object name, for example, the rollback segment, the snapshot name, or the refresh group, was incorrectly specified. Action Retry the operation with the object name properly specified, like “SCHEMA.OBJECT” or “OBJECT”. ORA–23409 could not find an unused refresh group number Cause 1000 consecutive refresh group numbers, as defined by the RGROUPSEQ number, were already used by rows in SYS.RGROUP$. Action Alter the sequence number to be within a legal unused range and destroy unneeded refresh groups. ORA–23410 snapshot “name. name” is already in a refresh group Cause A snapshot of the same name is already in a refresh group. Action Subtract the snapshot its the current refresh group and add it to its new refresh group, or combine the two refresh groups into a single refresh group. ORA–23411 snapshot “name. name” is not in refresh group “name. name” Cause The specified snapshot is not in the specified refresh group. Action Try again with the proper snapshot and refresh group names. Oracle7 Server Messages 2 – 339 23300–24299: DBMS PL/SQL Packages ORA–23420 interval must evaluate to a time in the future Cause The parameter INTERVAL evaluates to a time earlier than SYSDATE. Action Choose an expression that evaluates to a time later than SYSDATE. ORA–23421 job number num is not a job in the job queue Cause There is no job visible to the caller with the given job number. Action Choose the number of a job visible to the caller. ORA–23422 Oracle Server could not generate an unused job number Cause Oracle Server could not generate a job number that was not used to identify another job. Action Retry the operation. ORA–23423 job number num is not positive Cause The given job number is less than 1. Action Choose a positive integer. ORA–23430 the replicated schema “name” does not exist Cause The caller has provided the name of a replicated schema that is not known at the master site as an argument to a routine in offline instantiation of a schema. Action Check that the replicated schema exists at the master site where the user is executing the procedure, and retry the call. ORA–23431 site name is not the master definition site Cause The master site where the routine was executing is not the master definition site. Action Find out the master definition site for the replicated schema in question, and re–run the routine. ORA–23432 wrong state: name Cause Routine is executing against a replicated schema whose state is in the wrong state. Action Make sure that the replicated schema is in the state given in the error message. 2 – 340 Oracle7 Server Messages 23300–24299: DBMS PL/SQL Packages ORA–23433 master site name already exists Cause Trying to instantiate a replicated schema at a master site that is already a part of the schema. Action If you were trying to add this site, do nothing because it already exists; otherwise, pick the name of another site, and re–run the routine. ORA–23434 executing against wrong master site name Cause Caller provides an argument indicating the site against which the routine should be executing; trying to execute the routine at a site that is different from that argument. Action Execute against the correct master site. ORA–23435 malformed master site name name Cause Site name as argument to routine is not formed correctly. Action Please consult the Oracle manuals on how to construct site names. ORA–23436 site name is not master site Cause The new site given as an argument to a routine is not a master site for the given replicated schema. Action Execute DBMS_OFFLINE_SCHEMA.BEGIN_INSTANTIATION() routine to add a new site to the replicated schema. ORA–23437 master site name not known for replicated schema Cause The site name given as an argument to a routine is not already known to the replicated schema. Action
|
Wątki
|