| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> How to make Oracle 7.3.4.x.x display "DD-MON-YYYY" not "DD-MON-YY"
I have 2 Oracle 7.3.4.x.x databases, one is personal Oracle and the other Oracle server running on a
NT 4 server box.
Although they are supposed to be Y2K compliant whenever I execute a statement like "select sysdate from dual" I get the system date back in "DD-MON-YY" format!
How do I specify that I want it in "DD-MON-YYYY" format. By the way my windows date setting have the year set to "YYYY"
My personal Oracle INITORCL.ORA file contents (don't know if this is of much use but just in case -
///////////////////////////////////////////////////////////////////////////////////////////////
db_name = oracle
db_files = 20
control_files = (I:\ORANT\DATABASE\ctl1orcl.ora, I:\ORANT\DATABASE\ctl2orcl.ora)
compatible = 7.3.0.0.0
db_file_multiblock_read_count = 8 # INITIAL
# db_file_multiblock_read_count = 8 # SMALL
# db_file_multiblock_read_count = 16 # MEDIUM
# db_file_multiblock_read_count = 32 # LARGE
db_block_buffers = 200 # INITIAL
# db_block_buffers = 200 # SMALL
# db_block_buffers = 550 # MEDIUM
# db_block_buffers = 3200 # LARGE
shared_pool_size = 6500000 # INITIAL
# shared_pool_size = 3500000 # SMALL
# shared_pool_size = 6000000 # MEDIUM
# shared_pool_size = 9000000 # LARGE
log_checkpoint_interval = 10000
processes = 50 # INITIAL
# processes = 50 # SMALL
# processes = 100 # MEDIUM
# processes = 200 # LARGE
dml_locks = 100 # INITIAL
# dml_locks = 100 # SMALL
# dml_locks = 200 # MEDIUM
# dml_locks = 500 # LARGE
log_buffer = 8192 # INITIAL
# log_buffer = 8192 # SMALL
# log_buffer = 32768 # MEDIUM
# log_buffer = 163840 # LARGE
sequence_cache_entries = 10 # INITIAL
# sequence_cache_entries = 10 # SMALL
# sequence_cache_entries = 30 # MEDIUM
# sequence_cache_entries = 100 # LARGE
sequence_cache_hash_buckets = 10 # INITIAL
# sequence_cache_hash_buckets = 10 # SMALL
# sequence_cache_hash_buckets = 23 # MEDIUM
# sequence_cache_hash_buckets = 89 # LARGE
# audit_trail = true # if you want auditing
# timed_statistics = true # if you want timed statistics
max_dump_file_size = 10240 # limit trace file size to 5 Meg each
# log_archive_start = true # if you want automatic archiving
# define directories to store trace and alert files
background_dump_dest=%RDBMS73%\trace
user_dump_dest=%RDBMS73%\trace
db_block_size = 2048
snapshot_refresh_processes = 1
remote_login_passwordfile = shared
text_enable = true
///////////////////////////////////////////////////////////////////////////////////////////////
Any ideas
Thanks
Adrian Harrison Received on Fri Apr 23 1999 - 10:21:14 CDT
![]() |
![]() |