Results 1 to 2 of 2

Thread: Tips of the day

  1. #1
    Expert Member
    Join Date
    Sep 2007
    Answers
    697

    Tips of the day

    You can directly create table script from SQL *PLUS using the following command

    SELECT dbms_metadata.get_ddl('OBJECT TYPE','OBJECTNAME')
    FROM dual;

    Ex:- SELECT dbms_metadata.get_ddl('TABLE','EMP')
    FROM dual;


  2. #2
    Moderator
    Join Date
    Jun 2007
    Answers
    2,074

    Re: Tips of the day

    That is not to create table script ,but to retrive the same from dynamic view .


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact