logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Can you explain how to insert an image in table in oracle?


  • Correct Answer
  • Insert image into a table Create the following table: create table pics_table ( bfile_id number, bfile_desc varchar2(30), bfile_loc bfile, bfile_type varchar2(4)) TABLESPACE appl_data storage (initial 1m next 1m pctincrease 0) Insert Query: INSERT INTO pics_table VALUES(4,'test image',bfilename('GIF_FILES','TestJPG'),'JPEG'); 


  • Technology problems


    Search Results


    • 1. What are transaction isolation levels supported by Oracle?
    • Discuss
    • 2. What is a Trigger? Explain Types of PL/SQL Triggers.
    • Discuss
    • 3. What are PL/SQL Subprograms? What are its Advantages ?
    • Discuss
    • 4. What are Cursors? Explain Types of cursors in PL/SQL
    • Discuss
    • 5. What are the uses of synonyms?
    • Discuss
    • 6. Which of the following are elements of SQL?

    • Options
    • A. base-table-identifier ::= user-defined-name
    • B. base-table-name ::= base-table-identifier
    • C. boolean-primary ::= comparison-predicate
    • D. All the above
    • Discuss
    • 7. What is DocumentDB ?
    • Discuss
    • 8. What is the maximum number of Triggers can be applied in a table ?

    • Options
    • A. 8
    • B. 9
    • C. 12
    • D. 14
    • Discuss
    • 9. What is difference between Path and Classpath?
    • Discuss
    • 10. Is Java a pure object oriented language?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment