User Profile

Collapse

Profile Sidebar

Collapse
linendra
linendra
Last Activity: Oct 4 '08, 09:15 AM
Joined: Oct 29 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • linendra
    started a topic Oracle 8i does not supports Common features

    Oracle 8i does not supports Common features

    Hi,

    I am using Oracle 8i. But it is not supporting some feacher like

    JOIN, TRANSACTION, Procedure, except, intersect, having, select INTO, with
    and many more .
    what would be the problem. How can i rectify this problem
    See more | Go to post

  • linendra
    replied to problem in join statement
    here is sample code of join statement which does not execute on oracle and execute successfully on sql server or MS Access.

    select customer.cust_n ame, department.dept _name from customer INNER join department on customer.cust_i d = department.cust _id

    where is the fault occure?...
    See more | Go to post

    Leave a comment:


  • linendra
    started a topic problem in join statement

    problem in join statement

    Hi

    i am using oracle 8i. when i execute the join statement i got the error message. at the same time when i execute the same code to sql server and ms access the code execute successfully. i am not a regular user of oracle. hance i thougth that the join statement for orcle might be different.

    please help me to solve this problem

    or provide me the sample of join statement which execute successfully...
    See more | Go to post
No activity results to display
Show More
Working...