What are the types of Database Links ?
Answers were Sorted based on User's Feedback
Answer / orawhiz
Private Database Link, Public Database Link & Network
Database Link.
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / binta
there are three types of database link:
private
public
network
| Is This Answer Correct ? | 5 Yes | 0 No |
How to convert characters to numbers in oracle?
What is dictionary cache ?
Is it possible to disable the parameter from while running the report ?
2. Display the item number and total cost for each order line (total cost = no of items X item cost). Name the calculated column TOTAL COST.
What exactly do quotation marks around the table name do?
what is partitioning? Types of partitioning. explain? what is the new kind of partitioning type introduced in 9i?
Can we create index on views?
19 Answers CTS, Syntel, TCS,
consider some table with 4 r 5 columns in that 1 col is DATE type. The data is like that,For each date in that col some 3 fields r there but all the records r having different data. Now i want to display all the columns by performing grouping on the date field ( as SELECTION Operator(*) cannot be used with group function having only one "group by clause". how to do this? can any one help me in finding out the solution plss?
How to filter out duplications in the returning rows using oracle?
What are the differences between number and binary_float in oracle?
How do I reset a sequence in oracle?
How to call a stored function with parameters?