I have try to write a record in a TDQ from a fle.... what
are the steps to do... can anybody plz come with a solution
No Answer is Posted For this Question
Be the First to Post Answer
along with oracle which language will be beneficial to have knowledge with,java,.net,since i m doing oracle have appeared for 8th sem BEIT,plz suggest
difference between mantis and other tools?
which of the following is efficient in terms of space a. insertion sort b. quick sort c. selection d. both a and c
I was try to insert 120000 records into the orcle table using the stroed proceeder. But it was stop the 9999. What can I do insert all the records.
6.int x=10; float y=20; a=x%2=? b=y%2=?
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
Explain the types of operations? Draw the figure for shift and rotate operations?
I've an application where i need to give access to all the features only to admin and only few features to normal users. Say Menu...i dont want all my menu items to be accessible to all the users only the admin people can see few all the features where as normal users can have access to limited menu items...how can i achieve this. Please note that my menu is not a database driven menu.
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
What is the entry point function of a DLL?
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
can we extend a class having only one parameterised constructor.Suggest the process to do it.