User Profile

Collapse

Profile Sidebar

Collapse
smruti
smruti
Last Activity: Mar 18 '08, 11:41 AM
Joined: Mar 18 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • smruti
    replied to Issue in invoking procedure
    try to put cast or convert functions
    i think it will help u.....
    See more | Go to post

    Leave a comment:


  • smruti
    replied to DIFFERENCE BETWEEN ORACLE 8i & ORACLE 9i
    oracle8i
    1) only rbo(rule base optimizer)
    2)no merge statement available
    3)no full outer join available
    4)no timestamp datatype available
    5)sql and pl/sql engine are different engine.

    Oracle9i
    1)both RBO and CBO(cost base optimizer)
    2)MERGE is there.
    3)FULL OUTER JOIN is there
    4)TIMESTAMP is there
    5)SQL AND PL/SQL ENGINE IS INTEGRATED INTO SINGLE ENGINE
    ...
    See more | Go to post

    Leave a comment:


  • smruti
    replied to how to manipulate indexes?
    [quote]

    how can i retrieve values of indexname? can i use these index values for ny other purposes? in what way i able to manipulate these index values?
    say an example nextval & currval is used for manipulate sequence numbers



    Try to run this
    [code=oracle]

    SELECT * FROM user_indexes WHERE index_name = 'xyz'

    [/code]


    Hope it will fullfil ur...
    See more | Go to post
    Last edited by amitpatel66; Mar 18 '08, 11:56 AM. Reason: code tags

    Leave a comment:


  • smruti
    replied to help me plz
    [QUOTE=jeronjais on]hey i got an errror in my program can u help me............. .....

    using system.data;
    using system.data.sql client;

    sqlconnection con;
    sqlcommand cmd;
    slqdataadapter da;
    dataset ds;

    pageload
    {
    sqlconnection con=new sqlconnection(" server=.;databa se=employee;uid =sa");
    con.open();

    sqlcommand cmd=new sqlcommand("sel ect...
    See more | Go to post

    Leave a comment:


  • smruti
    started a topic What is functional index?

    What is functional index?

    What is functional index?
    See more | Go to post

  • smruti
    replied to A Roadmap To Query Tuning
    not good buddy...
    Try to write some meaningful informations.
    See more | Go to post
    Last edited by smruti; Mar 18 '08, 10:58 AM. Reason: editing

    Leave a comment:

No activity results to display
Show More
Working...