Explain what are the characteristics of data files?
No Answer is Posted For this Question
Be the First to Post Answer
How to connect to a remote server?
In XIR2 if we lost the administration password .How can we regain the password?thanks in advance.
sql query to get zero records from a table
What are the various oracle database objects?
What is flashback in Oracle?
What is a heap related to database ?
1 Answers TCS, University of Edinburgh,
How do you increase the OS limitation for open files (LINUX and/or Solaris)?
Give SQL Query to find the number words in a sentence ? ex: 'ram charan singh' then ans:3 Answer:select length(trim('ram charan singh')) - length (replace (trim ( 'ram charan singh'),' ','')) +1 from dual The above query working properly when space between the words is only one &similar But ,If the space between the words is nonuniform. Ex:'ram charan singh is good' ans:5 i am not getting this answer using above query.
What is meant by raw datatype?
how to get count of tables in particular database in Oracle?
what happened to the global index when I truncate the data in one of the partition?
How do you handle duplicate records in a database?