Re: Timestamp Fractional Seconds



Actually, they are the same order, I did this on a windows machine and unix
machines (non-pc hardware), the results were the same:

Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
With the Partitioning, OLAP and Data Mining options

SQL> create table tt (id number, ts timestamp);

Table created.

SQL> insert into tt values (1, '21-MAY-07 10:23:45.123');

1 row created.

SQL> select dump(ts) from tt where id = 1;

DUMP(TS)
--------------------------------------------------------------------------------
Typ=180 Len=11: 120,107,5,21,11,24,46,7,84,212,192

SQL>

.. . . the last 4 bytes are the fractional seconds and in reverse order for
all platforms.

-g


.



Relevant Pages

  • Re: Timestamp Fractional Seconds
    ... | Actually, they are the same order, I did this on a windows machine and unix ... | machines (non-pc hardware), ... | SQL> create table tt ... So it depends on processor some are little endian other big endian, ...
    (comp.databases.oracle.server)
  • Re: Windows to Unix text doc parsing problem
    ... however when i upload it to the Unix server through ... the same script won't work! ... You have register_globals enabled on your Windows machine and disabled on your Unix machine. ...
    (comp.lang.php)
  • Re: The OS That Has No Security Problems...
    ... It will take a long time to get over that impression. ... Which explains why most security alerts are for Unix. ... If your windows machine gets hit there isn't much point in creating an ...
    (comp.sys.mac.advocacy)
  • Re: how to download files from a remote unix server to a windows machine
    ... > how to download files from a remote unix server to a windows machine? ... > use putty to login into the unix server. ... If the Unix system has an FTP server, ...
    (comp.unix.questions)
  • Re: The OS That Has No Security Problems...
    ... It will take a long time to get over that impression. ... Which explains why most security alerts are for Unix. ... If your windows machine gets hit there isn't much point in creating an ...
    (comp.sys.mac.advocacy)