quick oracle data type question

gigapet

Lifer
Aug 9, 2001
10,005
0
76
I want to store URL's in a field is there a specific data type for this or will a string do?
 

Jeraden

Platinum Member
Oct 9, 1999
2,518
1
76
Just make it a varchar2 of sufficient length, no specific datatype for it.