Showing posts with label invalid. Show all posts
Showing posts with label invalid. Show all posts

Wednesday, 30 May 2012

ORA-31632: master table string.string not found, invalid, or inaccessible

ORA-31632: master table string.string not found, invalid, or inaccessible

Cause: A Master Table is required but no such table exists, or the content is not consistent with that of a valid Master Table, or the table is not accessible. Refer to any following error messages for clarification.

Action: Make sure a valid Master Table exists, and eliminate any problems indicated by the following error messages.

Sunday, 8 April 2012

ORA-21560: argument string is null, invalid, or out of range

ORA-21560: argument string is null, invalid, or out of range

Cause: The argument is expecting a non-null, valid value but the argument value passed in is null, invalid, or out of range. Examples include when the LOB or FILE positional or size argument has a value outside the range 1 through (4GB - 1), or when an invalid open mode is used to open a file, etc.

Action: Check your program and correct the caller of the routine to not pass a null, invalid or out-of-range argument value.