I tried to look here:
http://download.oracle.com/docs/cd/B19306_01/server.102/b14220/datatype.htm#i3253
And I understand that I need to provide the row length for the column, I just can not find out how many bytes oracle uses when storing a character. My limit is 500 characters, so if its 1 byte / character, I can create a column with 500 if its 2 bytes / character, 1000, etc.
Who has a link to the documentation or know for sure?
In case that matters, SQL is called from PHP, so these are the PHP strings that I insert into the database. Thanks.
oracle oracle10g php character
mr-sk
source share