Results 1 to 2 of 2

Thread: oracle database access

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2000
    Posts
    15

    Unhappy

    any dude know how to access the oracle database file quick and eaily and easy to learn?

    pls tell me and teach me

    thk u dude

  2. #2
    Addicted Member Rohan_Powle's Avatar
    Join Date
    Mar 2000
    Location
    Mumbai,maharashtra.India
    Posts
    173

    Thumbs up

    Hi There,
    In databases like Oracle & Sql-Server...There is no concept of File....The Databases r stored in Oracle it self & u have to call them or make them thru SQL(Structured Query Language)... Learing Or Teaching Process is not possible here..take some good book work out the examples & understand the concept...The connection to oracle frm diff front ends have diff ways...

    Here is a exp of a sql to make a database in Oracle

    Create Database <database name>

    Table Creation

    Create Table <Table name> (<field name> <datatyppe>(<size>),
    <field name> <datatyppe>(<size>))

    eg :- Create table emp (Ecode Number(8), Ename(varchar(50))

    ...
    Best of Luck .. Practise & u will get the way..

    Regards Rohan(India)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width