Top ERRORS Interview Questions :: ALLInterview.com http://www.allinterview.com Top ERRORS Interview Questions en-us ORA-14162: subpartition "string": sum of PCTUSED and PCTFREE http://www.allinterview.com/showanswers/39648.html Cause: the sum of PCTUSED and PCTFREE for a subpartition whose name (explicitly specified by the user) is displayed in this message exceeds 100. Note that if PCTUSED and/or PCTFREE values for this subpartition were not specified explicitly, defau DRG-11616: URL store: too many redirections trying to access string http://www.allinterview.com/showanswers/37981.html Cause: too long a chain of HTTP redirections given the URL Action: contact the Web administrator of the remote host Please add more information about this Error EXP-00026: conflicting modes specified http://www.allinterview.com/showanswers/47328.html Cause: Conflicting export modes were specified. Action: Specify only one parameter and retry. Please add more information about this Error ORA-27078: unable to determine limit for open files http://www.allinterview.com/showanswers/43358.html Cause: The getrlimit() system call returned an error. Action: Check errno. Please add more information about this Error ORA-22062: invalid input string [string] http://www.allinterview.com/showanswers/41305.html Cause: The text string for converting to numbers is invalid. Action: Use a valid input string as documented in OCI Programmer's Guide. Please add more information about this Error TNS-12564: TNS:connection refused http://www.allinterview.com/showanswers/53407.html Cause: The connect request was denied by the remote user (or TNS software). Action: Not normally visible to the user. For further details, turn on tracing and reexecute the operation. Please add more information about this Error ORA-02434: cannot enable unique(string) - unique key not defined for http://www.allinterview.com/showanswers/42214.html Cause: attempted to enable a unique key that is not defined for the table. Action: None Please add more information about this Error ORA-00205: error in identifying controlfile, check alert log for more http://www.allinterview.com/showanswers/38523.html Cause: The system could not find a controlfile of the specified name and size. Action: Check that ALL controlfiles are online and that they are the same files that the system created at cold start time. Please add more information about this ORA-28201: Not enough privileges to enable application role 'str http://www.allinterview.com/showanswers/43601.html Cause: An attempt to enable application role outside the scope of the designated package Action: Enable the role directly or indirectly using the designated package Please add more information about this Error ORA-02020: too many database links in use http://www.allinterview.com/showanswers/40907.html Cause: The current session has exceeded the INIT.ORA open_links maximum. Action: Increase the open_links limit, or free up some open links by committing or rolling back the transaction and canceling open cursors that reference remote databases. ORA-24126: invalid CASCADE_FLAG passed to DBMS_REPAIR.string procedur http://www.allinterview.com/showanswers/41899.html Cause: CASCADE_FLAG was specified for an object that is not a table. Action: Use CASCADE_FLAG only for tables. Please add more information about this Error ORA-38029: object statistics are locked http://www.allinterview.com/showanswers/45146.html Cause: An attept was made to modify optimizer statistics of the object. Action: Unlock statistics with the DBMS_STATS.UNLOCK_TABLE_STATS procedure on base table(s). Retry the operation if it is okay to update statistics. Please add more info ORA-01103: database name 'string' in controlfile is not &#03 http://www.allinterview.com/showanswers/46757.html Cause: The database name in the controlfile does not match your database name. Action: Either find the correct controlfile or change your database name. Please add more information about this Error PLS-00313: 'string' not declared in this scope http://www.allinterview.com/showanswers/50812.html Cause: There is no declaration for the given identifier within the scope of reference. The identifier might be misspelled, its declaration might be faulty, or the declaration might be placed incorrectly in the block structure. Action: Check the TNS-12557: TNS:protocol adapter not loadable http://www.allinterview.com/showanswers/53402.html Cause: On some platforms (such as OS/2) protocol adapters are loaded at run-time. If the shared library (or DLL) for the protocol adapter is missing or one of its supporting libraries is missing then this error is returned. Action: For further