i can't insert column value greater than 4000 characters at
one instance even i am using CLOB datatype . how to insert
efficiently more than 4000 characters ? And please let me
know how to impose inline and out-of line constraints on
oracle column???
Thanks in Advance...
Prakash
Answer Posted / sushant
I also did same guyzzz !!!
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I reset a sequence in oracle?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
How to install oracle database 10g xe?
what is a Nested Loop join?
Is there any way to find out when one specific table/view/M-view is used last time. i.e. when one specific object is used in any SELECT statement.
Where do we use decode and case statements?
Using the relations and the rules set out in the notes under each relation, write statements to create the two sequence generators specified in the notes.
Why does Oracle not permit the use of PCTUSED with indexes?
master table and child table performances and comparisons in Oracle ?
What is oracle rowcount?
What do you mean by merge in oracle and how can we merge two tables?
Difference between oracle's plus (+) notation and ansi join notation?
21. Using a set operator, display the client number of all clients who have ever placed an order and whose whose name does not contain the string Sm.
Write a syntax for update query in oracle?
A table t is there.If you perform insert ,update and delete then the trigger will fire.What is the minimum no of trigger required for a table.