SQL Error: ORA-08186: invalid timestamp specified
Hi,
I want commit this query:
FLASHBACK TABLE flashback_table_test TO TIMESTAMP TO_TIMESTAMP('2015-04-22 15:50:00', 'YYYY-MM-DD HH24:MI:SS');
but display following error:
Error starting at line 1 in command:
FLASHBACK TABLE flashback_table_test TO TIMESTAMP TO_TIMESTAMP('2015-04-22 15:50:00', 'YYYY-MM-DD HH24:MI:SS')
Error report:
SQL Error: ORA-08186: invalid timestamp specified
08186. 00000 - "invalid timestamp specified"
*Cause: as stated above
*Action: enter a valid timestamp
how set the hours? on OS? on DB?..time zone. ?
thanks,