Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: YipYeppp
  • Content: Threads
  • Order by date
  1. YipYeppp

    OWB - GLOBAL VARIABLE

    Hi, Does somebody knows how to declare and use a global variable in the software "Oracle Warehouse Builder 9i" ? Thanks..
  2. YipYeppp

    OWB - GLOBAL VARIABLE

    Hi, Does somebody knows how to declare and use a global variable in the software "Oracle Warehouse Builder 9i" ? Thanks..
  3. YipYeppp

    INSERT DEFAULT

    Hi, I have to make an insert from a table to another, example: Insert into table1 (select * from table2) If a field of table2 is empty or NULL, i'd like it to automatically insert the DEFAULT value. I've tried it, but it doesn't work, the only way it inserts the DEFAULT is when i specify it...
  4. YipYeppp

    Conversion from CHAR to VARCHAR2

    Hi!! I have this simple problem, but don't know how to resolve it: source table have char type, and target table have a varchar2 type. I don't know how to do the conversion from one type to the other, and the script give me an error because the types are different. I cant change them.. Help !!!
  5. YipYeppp

    Call a C program from a PL/SQL procedure

    I have to call a C program from my PL/SQL, with a string as an argument, and i don't know how to do it. Can you help me?
  6. YipYeppp

    How can you call a C program from a PL/SQL procedure?

    I have to call a C program from my PL/SQL, with a string as an argument, and i don't know how to do it. Can you help me?
  7. YipYeppp

    SELECT statement with a maximum of rows, or the first or the last.

    Hi !! Sure it is a really easy question.. but i've been searching a lot to find nothing. I want to know how to make a SELECT statement and specify the maximum number of rows i want to have in the result. Also need to know how to specify that i want only the first or the last one of the table...

Part and Inventory Search

Back
Top