Recent content by Amila Fernando

  1. A

    Data Generator

    Hello, I have investigating the usage of Data Generator for some of the development task, just populating one table seems to be okie. I got problem with MASTER DETAILS table Following are the two DDL statement for create tables CREATE TABLE supplier_info_amfelk_tab ( supplier_id varchar2(50)...
  2. A

    Recompiling Invalid Objects

    Hello I have following question to be get explanation on compiling invalid Objects in orale using PL SQL Develpoer -> Tools -> Compile Invalid Objects. 1. Suppose I logged in as oradinary user, and try to compile the Invalid Objects. then in backgroud will it take the objects from...
  3. A

    PL/SQL Developer hangs forever after typing a period

    Hello, Well yes can re create the problem, no doubt about it it hangs and its bug. But I would like to know where such kind of code fragment applicable, becuse can we give function parameter with out datatype? And could any one please post practical example where we have to code such PL SQL...
Back
Top