Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Empty records

Status
Not open for further replies.

ferreiran

Programmer
Joined
Aug 16, 2010
Messages
1
Location
US
I am experiencing a problem with Oracle 10g express edition. For some reason records are created with a timestamp but the fields in the colums (of type NUMBER) are recorded as '-'
Here is the script for creating the table:
CREATE TABLE "UNSIGNED"
( "FCHMITIMESTAMP" TIMESTAMP (6),
"NUMERICVAL_1" NUMBER,
"NUMERICVAL_2" NUMBER,
"NUMERICVAL_3" NUMBER,
"NUMERICVAL_4" NUMBER,
"NUMERICVAL_5" NUMBER,
"NUMERICVAL_6" NUMBER,
"NUMERICVAL_7" NUMBER
)
Any inputs?

Thanks
 
How are you populating the table? What are you populating it with? What are you using to view the data?

For Oracle-related work, contact me through Linked-In.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top