Top ERRORS Interview Questions :: ALLInterview.com http://www.allinterview.com Top ERRORS Interview Questions en-us how to convert decimal to binary in c using while loop without using http://www.allinterview.com/showanswers/80689.html Void main() { int dec,i=1,rem,res=0; Printf("Enter the Value %d",&dec); while(dec!=0) { rem=dec%2; dec=dec/2; res=res+(i * 1); i=i*10; } printf("The Binary value is %d&q 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 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-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 ORA-01589: must use RESETLOGS or NORESETLOGS option for database open http://www.allinterview.com/showanswers/40656.html Cause: Either incomplete or backup controlfile recovery has been performed. After these types of recovery you must specify either the RESETLOGS option or the NORESETLOGS option to open your database. Action: Specify the appropriate option. P 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-00230: operation disallowed: snapshot controlfile enqueue unavail http://www.allinterview.com/showanswers/38548.html Cause: The attempted operation cannot be executed at this time because another process currently holds the snapshot controlfile enqueue. Action: Retry the operation after the concurrent operation that is holding the snapshot controlfile enqueue ORA-19909: datafile string belongs to an orphan incarnation http://www.allinterview.com/showanswers/41243.html Cause: Either the specified datafile was restored from a backup that was taken during a period of time that has already been discarded by a resetlogs operation, or Oracle cannot identify which database incarnation the file belongs to. The alert l 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 void main() { for(int i=0;i<5;i++); printf("%d",i); } http://www.allinterview.com/showanswers/72734.html Answer is 5.......... 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-02270: no matching unique or primary key for this column-list http://www.allinterview.com/showanswers/42095.html Cause: A REFERENCES clause in a CREATE/ALTER TABLE statement gives a column-list for which there is no matching unique or primary key constraint in the referenced table. Action: Find the correct column names using the ALL_CONS_COLUMNS catalog v ORA-01100: database already mounted http://www.allinterview.com/showanswers/46754.html Cause: A database is already mounted in this instance. Action: none Please add more information about this Error