What is schema?

Answer Posted / md qaiser alam

schema is the active directries service it contain
informetion of active directries services like user,group,ou
whrer is created.

Is This Answer Correct ?    10 Yes 38 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the data type of dual table?

527


What are the roles of dba?

614


What is the difference between I and G in Oracle?

603


What is transaction control statement and how many types of transaction control statement in Oracle?

562


State the difference between a primary key and foreign key?

518






How to create a stored procedure in oracle?

575


How to convert times to characters in oracle?

607


How to execute a stored program unit?

583


Explain how are indexes update?

623


How do I escape a reserved word in oracle?

630


> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?

1569


Can sub procedure/function be called recursively?

539


Is a rollback possible to any savepoint?

556


hey friends, What are the steps I can do to transfer the database from Microsoft Access 2003 to oracle10g (or SQL) Best regards

1562


What is the data pump import utility?

583