English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In oracle PL/SQL, I had create the table with more than two LONG Datatype fields. It is not created the table? i want to declare the those two LONG fields are declared as a Primary Key also. How i can create the Table and declare the Primary Key ? Please give me the suggestions.

2006-12-06 20:40:34 · 2 answers · asked by hanu@mumbai 1 in Computers & Internet Programming & Design

2 answers

In pl/sql you can use number data type for corrosponding long datat type. you will be able to create table and primary key also. You will not be able to have more than 1 LOB per table.

2006-12-06 20:57:01 · answer #1 · answered by VIJAY 3 · 0 0

Nope,
In SQL For EACH Table Only One Long Column is allowed.


ERROR at line 1:
ORA-01754: a table may contain only one column of type LONG

2006-12-06 22:07:35 · answer #2 · answered by Ravi Nanjunda Rao 3 · 0 0

fedest.com, questions and answers