Answer Posted / harika
we can insert images through procedures
but function may not
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How to assign values to variables?
How to rollback the current transaction in oracle?
What operating systems are supported by oracle database 10g xe?
What is the usage of synonyms?
what are bitmap indexes? How does they work?
What is catalog in Oracle?
How to end the current transaction in oracle?
What suggestions do you have to reduce the network traffic?
Explain the importance of .pll extension in oracle?
src name sex a,male b,female c,male d,female Required output : male female a,b c,d tried pivot but was not successfull select * from src pivot (max(name) for sex in ('MALE','FEMALE'));
What is the database name in oracle?
How to delete all rows a table in oracle?
How to declare a local variable?
Explain oracle instance.
How to create a stored function in oracle?