Search:

Type: Posts; User: priyasp_msit; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    4,150

    Oracle Re: forms and report

    hi
    thanks raj but can u give any forms and report doc or pdf . i would learn in oracle forms and report 10g.
  2. Answers
    2
    Views
    4,150

    Oracle forms and report

    can u give any forms and report matrial
  3. Thread: cursor

    by priyasp_msit
    Answers
    5
    Views
    3,611

    Oracle Re: cursor

    this is interview qns.
    they said that already created cursor using procedure then after i will add new column
    how?
  4. Thread: cursor

    by priyasp_msit
    Answers
    5
    Views
    3,611

    Oracle cursor

    i have created cursor

    how is updated new column in cursor
  5. Thread: Cursor

    by priyasp_msit
    Answers
    4
    Views
    3,573

    Oracle Re: Cursor

    cursor is handle for the memory assosiated with a specific statement.

    cursor is requried to process rows for inducial queries return multiple rows.

    this is 2 types
    implicit
    explicit
    ...
  6. Answers
    5
    Views
    3,680

    Oracle Re: doubt in LOB

    i already create directory
    bfile is use directory and automatic idno then

    procedure using only one parameter that is directory name

    but i do not kown error
  7. Answers
    5
    Views
    3,680

    Oracle doubt in LOB

    LOB


    i want doubt in lob concept
    i created one procedure in lob
    that is sucess but i having run error came.
    i sent following procedure and error also


    create or replace procedure...
  8. Answers
    6
    Views
    4,277

    Data Warehousing - Re: how is create matieralized view?

    how is difference view and materialized view?
    when do u use oracle datawarehousing?
    what is impartent datawarehousing?
  9. Answers
    6
    Views
    4,277

    Data Warehousing - Re: how is create matieralized view?

    SQL> CREATE MATERIALIZED VIEW mv_emp
    2 AS SELECT * FROM EMP;
    *
    error is coming
    missing identifier
  10. Answers
    6
    Views
    4,277

    Data Warehousing - how is create matieralized view?

    i craeted sqlplus but this did not accepted.

    do u create only datawarehouing tool in materialized view ?
    can u give example
  11. Answers
    6
    Views
    3,765

    Oracle Re: like expression

    can i use this method

    select * from emp where ename between 'A' and 'M'

    or

    select * from emp where ename between 'A' and 'L'
    union all
    select * from emp where ename like 'L%'
  12. Answers
    6
    Views
    3,765

    Oracle like expression

    hi
    i want fillter A to K at ename in emp table
    how is possible
  13. Answers
    6
    Views
    5,214

    Oracle Re: delete deptno record in dept table

    i want following
    For testing purpose first I have given OPERATIONS AS PARAMATER
    It deleted one record for deptno = 40

    Next I have given SALES as parameter.
    It raised exception and displaying...
  14. Answers
    6
    Views
    5,214

    Oracle Re: delete deptno record in dept table

    Create or replace procedure dept_del(pname varchar2)
    is
    dname_exc exception;
    pragma exception_init(dname_exc,-2292);
    cursor dept_cur is select deptno from dept where
    dname=pname;
    dept_rec...
  15. Answers
    6
    Views
    5,214

    Oracle delete deptno record in dept table

    hi sir,
    the following procedure is doing delete deptno record in dept table

    but reference to deptno in emp table so i can not delete data

    i want delete unless do match deptno in emp then...
  16. Answers
    7
    Views
    3,615

    Oracle Re: how is get error in table?

    thanks for ur answer.
  17. Answers
    7
    Views
    3,615

    Oracle Re: how is get error in table?

    thank for ur answer

    but

    function is correct i applied on table . error came two or some only record . i found error in unit testing.data is more how can get particular error
    how can find...
  18. Answers
    7
    Views
    3,615

    Oracle Re: how is get error in table?

    this is interview qns?
    one function working successfully, project finished.
    i checking unit testing that time error would came in particular row error.
    how can find error?
    then how can modified...
  19. Answers
    7
    Views
    3,615

    Oracle how is get error in table?

    hi

    i created function after i using in table this is working success but one or some error came in the table .
    how is identify particular error in unit tesing?
  20. Answers
    1
    Views
    4,207

    SQL Server - tree view control

    how to build a simple treeview control concept with sql server in asp.net2.0
  21. Answers
    1
    Views
    3,886

    ASP.NET treeview control

    how to build a simple treeview control concept with sql server in asp.net2.0
  22. Answers
    2
    Views
    4,974

    SQL Server - Re: do not repeat again datas

    I want following result how is use query
    project name
    CRM raja
    null ramu
    null tata
    ERP arun
    null vel

    CRM is poject this is working more member here i wrote that name
    again and...
  23. Answers
    7
    Views
    4,648

    SQL Re: Copy table without data

    create table table_name as select * from table_name where 1=2;
  24. Answers
    2
    Views
    4,974

    SQL Server - do not repeat again datas

    I want following result how is use query
    project ename
    crm raja
    ramu
    tata
    ERP arun
    ...
  25. Answers
    3
    Views
    11,665

    SQL Server - Re: SQL Server outer join

    i want following result how is use query

    project ename
    CRM raja
    ramu
    tata
    ERP arun
    priya
    vel
Results 1 to 25 of 42
Page 1 of 2 1 2
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