Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Run sqlplus system/Oracle11 and spool to c:cis4210M6spool.txt . You might want to set linesize to 132 and pagesize to 10000. Using the information available in

Run sqlplus system/Oracle11 and spool to c:\cis4210\M6spool.txt. You might want to set linesize to 132 and pagesize to 10000. Using the information available in the dba tables (dba_users, dba_tables, etc.) find and print the following information using SELECT statements.

1. Which is the largest table in the database and who owns it?

2. Which tables belonging to SCOTT do not have indexes?

3. Do the data files have fixed sizes or do they expand automatically to accommodate more data?

***What I would need it the correct statements to type in order to achieve the answeres to the about 3 questions; and create a spool from the results. For Example, for Question 1, I believe the statement would be select owner,table_name,sample_size from dba_tables where sample_size = (select max(sample_size) from dba_tables); Please correct me if I'm wrong. I am unsure what to type in order to achieve the answers to question 2 and 3. Thank you.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

New Trends In Databases And Information Systems Adbis 2019 Short Papers Workshops Bbigap Qauca Sembdm Simpda M2p Madeisd And Doctoral Consortium Bled Slovenia September 8 11 2019 Proceedings

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Robert Wrembel ,Mirjana Ivanovic ,Johann Gamper ,Mikolaj Morzy ,Theodoros Tzouramanis ,Jerome Darmont

1st Edition

3030302776, 978-3030302771

Students also viewed these Databases questions

Question

U11 Informing Industry: Publicizing Contract Actions 317

Answered: 1 week ago

Question

Describe your ideal working day.

Answered: 1 week ago