In Oracle 9i what does "i" Stands for?

Answers were Sorted based on User's Feedback



In Oracle 9i what does "i" Stands for?..

Answer / pappu

here i stands for internet not integrated

Is This Answer Correct ?    10 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / srikanth

i stands for INTERNET in oracle 8i,9i Bcoz this is related
to the INTERNET

Is This Answer Correct ?    9 Yes 1 No

In Oracle 9i what does "i" Stands for?..

Answer / dhara

i stands for internet

Is This Answer Correct ?    7 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / manmeet singh

hey
In oracle9i
I stands for INTERNET

In oracle 10g
G stands for GRID

Is This Answer Correct ?    7 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / cb

What is exact answer??

Is This Answer Correct ?    19 Yes 13 No

In Oracle 9i what does "i" Stands for?..

Answer / swarnagiridhar

i stands for INTERNET SURELY

Is This Answer Correct ?    6 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / sairam

oracle is a database tool, which s used n the internet,
so the i stands for INTERNET onli.....

Is This Answer Correct ?    5 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / ritesh mishra

Its 'Internet'.

Is This Answer Correct ?    4 Yes 0 No

In Oracle 9i what does "i" Stands for?..

Answer / vin

Thanx a lot

Is This Answer Correct ?    18 Yes 15 No

In Oracle 9i what does "i" Stands for?..

Answer / manoj

i stands for "internet"

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Oracle General Interview Questions

SQL> CREATE TABLE to_table 2 (col1 NUMBER); Table created. SQL> CREATE OR REPLACE TRIGGER statement_trigger 2 AFTER INSERT ON to_table 3 BEGIN 4 DBMS_OUTPUT.PUT_LINE('After Insert Statement Level'); 5 END; 6 / Trigger created. SQL> CREATE OR REPLACE TRIGGER row_trigger 2 AFTER INSERT ON to_table 3 FOR EACH ROW 4 BEGIN 5 DBMS_OUTPUT.PUT_LINE('After Insert Row Level'); 6 END; 7 / Trigger created. SQL> INSERT INTO TO_TABLE VALUES(1); After Insert Row Level After Insert Statement Level 1 row created. SQL> BEGIN 2 INSERT INTO TO_TABLE VALUES(2); 3 INSERT INTO TO_TABLE VALUES(3); 4 INSERT INTO TO_TABLE VALUES(4); 5 INSERT INTO TO_TABLE VALUES(5); 6 INSERT INTO TO_TABLE VALUES(6); 7 INSERT INTO TO_TABLE VALUES(7); 8 INSERT INTO TO_TABLE VALUES(8); 9 INSERT INTO TO_TABLE VALUES(9); 10 INSERT INTO TO_TABLE VALUES(0); 11 END; 12 / WAT LL BE THE O/P??? XPLAIN IT>>>>

1 Answers   Infosys,


What are virtual columns?

2 Answers   TCS,


how can we store any pdf file in oracle

0 Answers  


4. Using a set operator, display the creditor number of all creditors who have ever been paid.

2 Answers   Wipro,


What is the cache hit ratio, what impact does it have on performance of an Oracle database and what is involved in tuning it?

0 Answers  






How to write a query with an inner join in oracle?

0 Answers  


Can we protect our pl/sql source code?

0 Answers  


What is a trigger and what are its types in oracle?

0 Answers  


what is meant by magic query

0 Answers  


What is the use of aggregate functions in oracle?

0 Answers  


What are dml statements in oracle?

0 Answers  


What are nested tables?

0 Answers  


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)