adspace
Answer Posted / Kunwar Pratap Singh
To create tables for ODBC connection testing in Oracle Database, follow these steps: 1. Connect to your database as a user with appropriate privileges (sys or system). 2. Create a new schema if necessary using the CREATE USER and CREATE PROFILE commands. 3. Grant the necessary privileges to the user you are testing with. 4. Create two tables, one for numeric data and another for character data: CREATE TABLE num_data (id NUMBER(10), value NUMBER(20)); CREATE TABLE char_data (id NUMBER(10), name VARCHAR2(20)); 5. Insert some test data into the tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is oracle latest version?
How to select all columns of all rows from a table in oracle?
Please send me Informatica 8.1 certification dumps, my mail id mona85gupta@gmail.com
How to use values from other tables in update statements using oracle?
How to write a left outer join with the where clause in oracle?
How to put more than 1000 values into an oracle in clause?
Design database draw er diagram for a certain scenario ?
How to start an oracle instance?