SlideShare uma empresa Scribd logo
1 de 9
ORACLE 9i

UNIT-1
The syntax used to create a user with the name "John" with a password "john123@" is:




  a. CREATE USER John

  b. CREATE USER JOHN BY john123@

  c. CREATE USER John IDENTIFIED BY john123@

  d. CREATE USER John, john123@

Q-2
1. a

 2. b

 3. c

 4. d

Q-3 SQL does not provide the programming techniques of conditional checking



  a. TRUE

  b. FALSE

Q-4 The ______ attribute is used to declare variables based on definitions of columns in a table.



   a. %TYPE

   b. %ATTRIBUTE

   c. %ROWSET

   d. %NOTFOUND

UNIT-3
The ______ offers a comprehensive set of middle-tier services.


  a. Client Applications

  b. Server Applications

  c. Business logic

  d. Application Server

Q-3 The ________ provides programmatic accesses, centralized management, and multi-channel delivery of internet
services.

  a. Business Intelligence Capabilities

  b. Recovery

  c. Open Framework

  d. Integrated Manageability
UNIT-4
A ________ stores information about the physical structure of a database, name of the database, and locations of the
database.


  a. Record

  b. Table

  c. Column

  d. Schema

Incorrect
Q-3 A ________reliably manages a large amount of data in a multiuser environment so that many users can concurrently
access the same data.

  a. Server

  b. Database

  c. Client

  d. User

Q-4 The _________ structures are those that can be seen and operated on from the operating system, such as the physical
files that store data on a disk. The ______ structures are created and recognized by Oracle Database and are not known to
the operating system.

  a. Logical, Physical

  b. Physical, Logical

  c. Database, Schema

  d. Logical, Database

Q-5 The ___________ objects are the logical structures that directly refer to the database's data which include structures
like tables, views, and indexes.

 a. Database

 b. Server

 c. Schema

 d. Software
UNIT-5

A _______ is a network of databases managed by multiple database servers used together.


  a. Centralized Databases

  b. Distributed Databases

  c. Local Databases

  d. Physical Databases




UNIT-6
1. Decomposes the distributed calculus query into an algebraic query on global relations. 2. The information needed for this
transformation is found in the global conceptual schema describing the global relations. 3. The information about data
distribution is not used here but in the next layer. 4. The techniques used by this layer are those of a centralized DBMS. The
above statements are the properties of ______________


  a. Data Localization

  b. Global Query Optimization

  c. Query Decomposition

  d. Local Query Optimization

Q-2 Designing the _______ database maps the conceptual schema to the storage areas and determines the appropriate
access methods.

   a. Physical

   b. Logical

   c. Symmetric

   d. Distributed


UNIT-7
A ______ transaction is a transaction that includes one or more statement that, individually or as a group, _____ data on
two or more distinct nodes of a distributed database.


 a. update, delete

 b. distributed, delete

 c. distributed, update
d. update, delete

              Incorrect



              Q-3 If there is no provision for the local site to function as a ______DBMS, then the system has no local autonomy.

                 a. stand-alone

                 b. Functional

                 c. relational

                 d. Non - relational

              Q-4 The statements in a _____ transaction can reference any number of local or remote tables. The _____ RDBMS
              guarantees that all nodes involved in a distributed transaction take the same action: they either all commit or all roll back
              the transaction.

                 a. single, MS- Access

                 b. single, Oracle

                 c. multiple, SQL Server

                 d. Concurrent, MySQL

              Q-5 The _________ automates the process of updating Heterogeneous Services configuration data on remote hosts,
              ensuring correct operation over heterogeneous database links.

                a. Multi-Threaded Agents

                b. Pass-through SQL

                c. Agent Self-Registration

                d. Data Dictionary translations




              UNIT-8
              Match the following:

Client                      A node that references information in a database belonging to a different node.


Database                    A node that receives a request for information from another node.
Server

Local                       A node that is forced to reference data on other nodes to complete its part of the transaction.
Coordinator

Global                      The node that originates the distributed transaction.
Coordinator
Q-2 A _____ is a part of the application. One application issues a begin_transaction primitive; from this point onwards, all
actions which are performed by the application, until a commit or _____ primitive is issued are to be considered as one
compete transaction.

  a. transaction; abort

  b. function; lock

  c. query; abort

  d. function; abort

Q-3 In the ____ phase, the initiating node in the transaction asks the other participating nodes to promise to commit or roll
back the transaction. During the ____ phase, the initiating node asks all participating nodes to commit the transaction. If
this outcome is not possible, then all nodes are asked to roll back.

   a. commit; abort

   b. initiate; abort

   c. prepare; commit

   d. commit; abort

Q-4 With respect to site failures, an algorithm is said to be ____ if it works properly even if K sites are down.

   a. resilient

   b. non- resilient

   c. 1- resilient

   d. K - resilient

Q-5 ________ requires that if a transaction is interrupted by a failure its partial results are not at all taken into consideration
and the whole operation has to be repeated.

   a. Atomicity

   b. Durability

   c. Consistency

   d. Isolation



UNIT-9

Q-2 In "Write-locks-all, read-locks-one" locking scheme, ____ locks are acquired on all copies, while ________ locks are
acquired only an arbitrary copy.
a. exclusive, shared

  b. shared, exclusive

  c. shared, shared

  d. exclusive, exclusive

Q-3 In Distributed transaction concurrency control, the ______________can lock and unlock local data items.

  a. External Agents

  b. Legal Agents

  c. Local Agents

  d. Non-local agents

Q-4 In ________ mode of Transaction locking, mode________ the transaction wants only to read the data item



  a. Shared

  b. Exclusive

  c. Shared and Exclusive

  d. Isolated

Q-5 The existence of the deadlock situation corresponds to the existence of a ______ in the wait-for graph. Therefore a
system can discover deadlocks by _______ wait-for graph and analyzing whether there are cycles in it.



   a. flow, cycle

   b. cycle, constructing

   c. constructing, cycle

   d. constructing, constructing
UNIT-10
1
Marks: 1/1
Match the following RAID Levels with their concepts.

RAID level 2
                       Know n as memory-style error correcting-code (ECC) organization, employs parity bits

RAID level 3
                       Has bit-interleaved parity organization


RAID level 4
                       Has block-interleaved parity organization


RAID level 5
                       Has block-interleaved distributed parity


Q-2


A fundamental requirement for any type of system is its ____.




  a. Scalability

  b. Portability

  c. Flexibility

  d. Adaptability

Q-3 RMAN can create data files automatically when the user executes _____ or ______ commands.



   a. RESET, RESTORE

   b. RECEIVE, ROLLBACK

   c. RESTORE; RECOVER

   d. ROLLBACK, RESTORE

Q-4 The ______ has finite space for records of backup activities, while a ____ can store a much longer history.
a. control file, recovery catalog

  b. log file, control file

  c. control file, log file

  d. recovery catalog, log file




Q-5 With the ______ database command, you can quickly revert a database to a previous time--without restoring data files
and performing media recovery.



   a. backup

   b. run

   c. Flashback

   d. rollback

Mais conteúdo relacionado

Semelhante a Oracle 9i

CCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay QuestionsCCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay QuestionsDsunte Wilson
 
Data Dictionary Similarities Discussion.docx
Data Dictionary Similarities Discussion.docxData Dictionary Similarities Discussion.docx
Data Dictionary Similarities Discussion.docxstudywriters
 
19. Distributed Databases in DBMS
19. Distributed Databases in DBMS19. Distributed Databases in DBMS
19. Distributed Databases in DBMSkoolkampus
 
Confoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesConfoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesDave Stokes
 
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocpIsabella789
 
CCNA Network Devices Questions
CCNA Network Devices QuestionsCCNA Network Devices Questions
CCNA Network Devices QuestionsDsunte Wilson
 
CMIT 321 FINAL EXAM (UMUC)
CMIT 321 FINAL EXAM (UMUC)CMIT 321 FINAL EXAM (UMUC)
CMIT 321 FINAL EXAM (UMUC)HamesKellor
 
eCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CentereCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CenterAshwinee Kumar
 
Samples of competitive examination questions: part II
Samples of competitive examination questions: part IISamples of competitive examination questions: part II
Samples of competitive examination questions: part IIAli I. Al-Mosawi
 
GemFire In Memory Data Grid
GemFire In Memory Data GridGemFire In Memory Data Grid
GemFire In Memory Data GridDmitry Buzdin
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsDsunte Wilson
 
Hp0 081 question answers
Hp0 081 question answersHp0 081 question answers
Hp0 081 question answersMarcoMCervantes
 
Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]revoluson
 
PEGA SAE-2 Materials | pega CSA Training in Bangalore
PEGA SAE-2 Materials | pega CSA Training in Bangalore PEGA SAE-2 Materials | pega CSA Training in Bangalore
PEGA SAE-2 Materials | pega CSA Training in Bangalore Ashock Kumar
 
PowerPoint PresentationThis section will include an online pre.docx
PowerPoint PresentationThis section will include an online pre.docxPowerPoint PresentationThis section will include an online pre.docx
PowerPoint PresentationThis section will include an online pre.docxChantellPantoja184
 
Software architecture case study - why and why not sql server replication
Software architecture   case study - why and why not sql server replicationSoftware architecture   case study - why and why not sql server replication
Software architecture case study - why and why not sql server replicationShahzad
 
Midwest PHP Presentation - New MSQL Features
Midwest PHP Presentation - New MSQL FeaturesMidwest PHP Presentation - New MSQL Features
Midwest PHP Presentation - New MSQL FeaturesDave Stokes
 

Semelhante a Oracle 9i (20)

CCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay QuestionsCCNA PPP and Frame Relay Questions
CCNA PPP and Frame Relay Questions
 
Advance DBMS
Advance DBMSAdvance DBMS
Advance DBMS
 
Data Dictionary Similarities Discussion.docx
Data Dictionary Similarities Discussion.docxData Dictionary Similarities Discussion.docx
Data Dictionary Similarities Discussion.docx
 
19. Distributed Databases in DBMS
19. Distributed Databases in DBMS19. Distributed Databases in DBMS
19. Distributed Databases in DBMS
 
Confoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New FeaturesConfoo 2021 -- MySQL New Features
Confoo 2021 -- MySQL New Features
 
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
1z0 034 exam-upgrade oracle9i10g oca to oracle database 11g ocp
 
CCNA Network Devices Questions
CCNA Network Devices QuestionsCCNA Network Devices Questions
CCNA Network Devices Questions
 
CMIT 321 FINAL EXAM (UMUC)
CMIT 321 FINAL EXAM (UMUC)CMIT 321 FINAL EXAM (UMUC)
CMIT 321 FINAL EXAM (UMUC)
 
GemFire In-Memory Data Grid
GemFire In-Memory Data GridGemFire In-Memory Data Grid
GemFire In-Memory Data Grid
 
eCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data CentereCommerce Series Part 4 - Data Center
eCommerce Series Part 4 - Data Center
 
Samples of competitive examination questions: part II
Samples of competitive examination questions: part IISamples of competitive examination questions: part II
Samples of competitive examination questions: part II
 
GemFire In Memory Data Grid
GemFire In Memory Data GridGemFire In Memory Data Grid
GemFire In Memory Data Grid
 
Data administration
Data administrationData administration
Data administration
 
CCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration QuestionsCCNA Basic Switching and Switch Configuration Questions
CCNA Basic Switching and Switch Configuration Questions
 
Hp0 081 question answers
Hp0 081 question answersHp0 081 question answers
Hp0 081 question answers
 
Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]Oracle11g(1z0 050) v100612[1]
Oracle11g(1z0 050) v100612[1]
 
PEGA SAE-2 Materials | pega CSA Training in Bangalore
PEGA SAE-2 Materials | pega CSA Training in Bangalore PEGA SAE-2 Materials | pega CSA Training in Bangalore
PEGA SAE-2 Materials | pega CSA Training in Bangalore
 
PowerPoint PresentationThis section will include an online pre.docx
PowerPoint PresentationThis section will include an online pre.docxPowerPoint PresentationThis section will include an online pre.docx
PowerPoint PresentationThis section will include an online pre.docx
 
Software architecture case study - why and why not sql server replication
Software architecture   case study - why and why not sql server replicationSoftware architecture   case study - why and why not sql server replication
Software architecture case study - why and why not sql server replication
 
Midwest PHP Presentation - New MSQL Features
Midwest PHP Presentation - New MSQL FeaturesMidwest PHP Presentation - New MSQL Features
Midwest PHP Presentation - New MSQL Features
 

Último

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityPrincipled Technologies
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Último (20)

Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024Tata AIG General Insurance Company - Insurer Innovation Award 2024
Tata AIG General Insurance Company - Insurer Innovation Award 2024
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Boost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivityBoost PC performance: How more available memory can improve productivity
Boost PC performance: How more available memory can improve productivity
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Oracle 9i

  • 1. ORACLE 9i UNIT-1 The syntax used to create a user with the name "John" with a password "john123@" is: a. CREATE USER John b. CREATE USER JOHN BY john123@ c. CREATE USER John IDENTIFIED BY john123@ d. CREATE USER John, john123@ Q-2
  • 2. 1. a 2. b 3. c 4. d Q-3 SQL does not provide the programming techniques of conditional checking a. TRUE b. FALSE Q-4 The ______ attribute is used to declare variables based on definitions of columns in a table. a. %TYPE b. %ATTRIBUTE c. %ROWSET d. %NOTFOUND UNIT-3 The ______ offers a comprehensive set of middle-tier services. a. Client Applications b. Server Applications c. Business logic d. Application Server Q-3 The ________ provides programmatic accesses, centralized management, and multi-channel delivery of internet services. a. Business Intelligence Capabilities b. Recovery c. Open Framework d. Integrated Manageability
  • 3. UNIT-4 A ________ stores information about the physical structure of a database, name of the database, and locations of the database. a. Record b. Table c. Column d. Schema Incorrect Q-3 A ________reliably manages a large amount of data in a multiuser environment so that many users can concurrently access the same data. a. Server b. Database c. Client d. User Q-4 The _________ structures are those that can be seen and operated on from the operating system, such as the physical files that store data on a disk. The ______ structures are created and recognized by Oracle Database and are not known to the operating system. a. Logical, Physical b. Physical, Logical c. Database, Schema d. Logical, Database Q-5 The ___________ objects are the logical structures that directly refer to the database's data which include structures like tables, views, and indexes. a. Database b. Server c. Schema d. Software
  • 4. UNIT-5 A _______ is a network of databases managed by multiple database servers used together. a. Centralized Databases b. Distributed Databases c. Local Databases d. Physical Databases UNIT-6 1. Decomposes the distributed calculus query into an algebraic query on global relations. 2. The information needed for this transformation is found in the global conceptual schema describing the global relations. 3. The information about data distribution is not used here but in the next layer. 4. The techniques used by this layer are those of a centralized DBMS. The above statements are the properties of ______________ a. Data Localization b. Global Query Optimization c. Query Decomposition d. Local Query Optimization Q-2 Designing the _______ database maps the conceptual schema to the storage areas and determines the appropriate access methods. a. Physical b. Logical c. Symmetric d. Distributed UNIT-7 A ______ transaction is a transaction that includes one or more statement that, individually or as a group, _____ data on two or more distinct nodes of a distributed database. a. update, delete b. distributed, delete c. distributed, update
  • 5. d. update, delete Incorrect Q-3 If there is no provision for the local site to function as a ______DBMS, then the system has no local autonomy. a. stand-alone b. Functional c. relational d. Non - relational Q-4 The statements in a _____ transaction can reference any number of local or remote tables. The _____ RDBMS guarantees that all nodes involved in a distributed transaction take the same action: they either all commit or all roll back the transaction. a. single, MS- Access b. single, Oracle c. multiple, SQL Server d. Concurrent, MySQL Q-5 The _________ automates the process of updating Heterogeneous Services configuration data on remote hosts, ensuring correct operation over heterogeneous database links. a. Multi-Threaded Agents b. Pass-through SQL c. Agent Self-Registration d. Data Dictionary translations UNIT-8 Match the following: Client A node that references information in a database belonging to a different node. Database A node that receives a request for information from another node. Server Local A node that is forced to reference data on other nodes to complete its part of the transaction. Coordinator Global The node that originates the distributed transaction. Coordinator
  • 6. Q-2 A _____ is a part of the application. One application issues a begin_transaction primitive; from this point onwards, all actions which are performed by the application, until a commit or _____ primitive is issued are to be considered as one compete transaction. a. transaction; abort b. function; lock c. query; abort d. function; abort Q-3 In the ____ phase, the initiating node in the transaction asks the other participating nodes to promise to commit or roll back the transaction. During the ____ phase, the initiating node asks all participating nodes to commit the transaction. If this outcome is not possible, then all nodes are asked to roll back. a. commit; abort b. initiate; abort c. prepare; commit d. commit; abort Q-4 With respect to site failures, an algorithm is said to be ____ if it works properly even if K sites are down. a. resilient b. non- resilient c. 1- resilient d. K - resilient Q-5 ________ requires that if a transaction is interrupted by a failure its partial results are not at all taken into consideration and the whole operation has to be repeated. a. Atomicity b. Durability c. Consistency d. Isolation UNIT-9 Q-2 In "Write-locks-all, read-locks-one" locking scheme, ____ locks are acquired on all copies, while ________ locks are acquired only an arbitrary copy.
  • 7. a. exclusive, shared b. shared, exclusive c. shared, shared d. exclusive, exclusive Q-3 In Distributed transaction concurrency control, the ______________can lock and unlock local data items. a. External Agents b. Legal Agents c. Local Agents d. Non-local agents Q-4 In ________ mode of Transaction locking, mode________ the transaction wants only to read the data item a. Shared b. Exclusive c. Shared and Exclusive d. Isolated Q-5 The existence of the deadlock situation corresponds to the existence of a ______ in the wait-for graph. Therefore a system can discover deadlocks by _______ wait-for graph and analyzing whether there are cycles in it. a. flow, cycle b. cycle, constructing c. constructing, cycle d. constructing, constructing
  • 8. UNIT-10 1 Marks: 1/1 Match the following RAID Levels with their concepts. RAID level 2 Know n as memory-style error correcting-code (ECC) organization, employs parity bits RAID level 3 Has bit-interleaved parity organization RAID level 4 Has block-interleaved parity organization RAID level 5 Has block-interleaved distributed parity Q-2 A fundamental requirement for any type of system is its ____. a. Scalability b. Portability c. Flexibility d. Adaptability Q-3 RMAN can create data files automatically when the user executes _____ or ______ commands. a. RESET, RESTORE b. RECEIVE, ROLLBACK c. RESTORE; RECOVER d. ROLLBACK, RESTORE Q-4 The ______ has finite space for records of backup activities, while a ____ can store a much longer history.
  • 9. a. control file, recovery catalog b. log file, control file c. control file, log file d. recovery catalog, log file Q-5 With the ______ database command, you can quickly revert a database to a previous time--without restoring data files and performing media recovery. a. backup b. run c. Flashback d. rollback