Which set of commands would you use to restore the original settings?

You attempt to modify the ksms.s library and relink the Oracle database executable to use the
address 0X15000000 for the System Global Area (SGA). You receive an error.
Which set of commands would you use to restore the original settings?

You attempt to modify the ksms.s library and relink the Oracle database executable to use the
address 0X15000000 for the System Global Area (SGA). You receive an error.
Which set of commands would you use to restore the original settings?

A.
$ echo 0X1000000 > ksms.s
$ make -f ins_rdbms.mk ksms.s

B.
$ echo 0X15000000 > ksms.s
$ make -f ins_rdbms.mk ioracle

C.
$ make -f ins_rdbms.mk ksms.s
$ make -f ins_rdbms.mk ioracle

D.
$ genksms > ksms.s
$ make -f ins_rdbms.mk ksms.o
$ make -f ins_rdbms.mk ioracle

E.
$ genksms -s 0X10000000 > ksms.o
$ genksms > ksms.s
$ make -f ins_rdbms.mk ksms.o



Leave a Reply 1

Your email address will not be published. Required fields are marked *