Is it possible to map a .Net DateTime to a TIMESTAMP with TIMEZONE type in Oracle using NHibernate? Looks like it\'s not readily available in \"Hibernate\"
i have to drop partitions which are older than 364 days. Partitions are named as \"log_20110101\", so partitions which are older than
I have developed a trigger that checks the validity of a date. It works fine because it prevents me from storing an invalid date, but I also get a weird error message and I can\'t figure out why. My c
I\'m developing a trigger that has to check the correctness of a date. I\'m have big time trouble creating one, becase no matter how I try to simplify my code, Oracle returns me the same error: ORA-00
ORA-01555: snapshot too old: rollback segment numberwith name \"\" too small When I calling procedure after that I am writing commit.
I have a directory in all_开发者_C百科directories, but I need to find out what permissions are associated with it, i.e. what has been granted on it?This should give you the roles, users and permission
I just have a simple question regarding dbms_stats.gather_table_stats. In our application this statement occurs just after creating the index for the table. It is called asEXEC DBMS_STATS.GATHER_TABLE
I am getting an error ORA-01086: Savepoint \'somesavepoint\' never established ORA-06512: at MyPackage, line 500
I have a batch application which simply consists of these steps. Select all the records from the table where the update-fl开发者_StackOverflowag column is null
I can\'t paste in the entire SQL for various reasons, so consider this example: select * from (select nvl(get_quantity(1), 10) available_qty