GeekArticles
FAQ
Oracle FAQCan we change default TIMESTAMP (6) precision per session or database?
Author: asktom.oracle.com |
Published: 10th May 2008 |
Visited: 62 times |
Add CommentFiled in: Oracle FAQWhile trawling David Aldridge's site
http://oraclesponge.wordpress.com/2008/03/07/timestamps-old-fogeys-and-data-warehouses/
I wondered, but could not find in the documentation: Is there any way of changing the default precision of 6 for TIMESTAMP...
Read Article Sponsored Links
Related Articles
• Querying SQLServer tables from within an Oracle session Dear Tom;
I need to query a SQLServer table from within an Oracle session, for example SQLPlus. Is there an easy way to do this, something like:
<CODE> select * from t@sql_server_link </CODE>
May you redirect me to the appropriate documentati ...