网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
You developing a form module, and you would like to make an indicated window visible in a new display position. Which built-in can you use to accomplish this task?()
- A、SHOW_WINDOW
- B、RESIZE_WINDOW
- C、DISPLAY_WINDOW
- D、MOVE_WINDOW_X_Y
- E、WINDOW_VISIBLE_X_Y
参考答案
更多 “You developing a form module, and you would like to make an indicated window visible in a new display position. Which built-in can you use to accomplish this task?()A、SHOW_WINDOW B、RESIZE_WINDOW C、DISPLAY_WINDOW D、MOVE_WINDOW_X_Y E、WINDOW_VISIBLE_X_Y” 相关考题
考题
I would like to make an appointment for the meeting. Which day would you prefer, Tuesday or Thursday?()A. At any timeB. You make the timeC. Well, either time will do
考题
You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A、NEW_FORM B、OPEN_FORM C、CALL_FORM D、CLOSE_FORM
考题
You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()A、Disable the values for the Menu Module Roles property. B、Set the Use Security value in the form module Property Palette to 'True'. C、Set the Use Security value in the form module Property Palette to 'False'. D、Set the Use Security value in the menu module Property Palette to 'True'. E、Set the Use Security value in the menu module Property Palette to 'False'.
考题
You need to create a data block for DML operations in the NEW_EMPLOYEE form module. Which data source can you use for this block?()A、REF cursor query. B、Stored function. C、From clause query. D、Transactional trigger.
考题
Which built-in do you use to determine which timer in form module has expired?()A、FIND_TIMER B、GET_TIMER_PROPERTYC、GET_APPLICATION_PROPERTY D、GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
You want to convert your existing non-ASM files to ASM files for the database PROD. Which method or command would you use to accomplish this task?() A、 Data Pump Export and ImportB、 conventional export and importC、 the CONVERT command of RMAND、 the BACKUP AS COPY. command of RMAN
考题
You want to move all the objects of the APPS user in the test database to the DB_USER schema of the production database. Which option of IMPDP would you use to accomplish this task?()A、FULLB、SCHEMASC、REMAP_SCHEMAD、REMAP_DATAFILESE、REMAP_TABLESPACE
考题
You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()A、An object type is a user-defined composite data type. B、The attributes of an object type can be those of other object types. C、A PL/SQL table of records is an example of a nested object type. D、An object type must be declared as a type before the actual object itself can be declared.
考题
As an alternative to setting the Visible property to No for the ORDERS_WINDOW, which built-in could you use to achieve the same result? ()A、HIDE_WINDOW B、CLOSE_WINDOW C、REPLACE_CONTENT_VIEWD、GET_WINDOW_PROPERTY
考题
You want to move all objects of the APPS user in the test database to the DB_USER schema of the productiondatabase. Which option of IMPDP would you use to accomplish this task()A、FULLB、SCHEMASC、TRANSFORMD、REMAP_SCHEMAE、REMAP_TABLESPACE
考题
Which built-in would you use to test whether the CREATE TABLE command issued in the SALES form executed successfully?()A、FORMS_DDL B、DO_SQL C、FORM_SUCCESS D、FORM_NOT_SUCCESSE、DBMS.ERROR_CODE
考题
You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()A、Before parameter form. B、After parameter form. C、Before report. D、After report.
考题
You want to move all objects of the APPS user in the test database to the DB_USER schema of theproduction database. Which option of IMPDP would you use to accomplish this task()A、FULLB、SCHEMASC、TRANSFORMD、REMAP_SCHEMAE、REMAP_TABLESPACE
考题
Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()A、CLOSE_FORM B、NEXT_FORM C、GO_FORM D、PREVIOUS_FORM
考题
You are implementing a very simple TCP/IP network. It rarely changes and you would like to use Oracle Connection Manager to filter client requests. Which naming method can you use?()A、Only hostB、Only localC、Either host or localD、Both host and local
考题
You are the administrator of a Windows 2000 network. You purchase 25 new portable computers that have a preinstalled version of Windows 98. You upgrade the 25 new computers to Windows 2000 Professional. You want to remove the Logoff option from the start menu on the 25 new computers. Which two methods can you use to accomplish this goal?()A、 On the advanced tab of the task bar and start menu dialog box, clear the Display log off option.B、 On the advanced tab of the task bar and start menu dialog box, clear the administrative tools option. C、On the general tab of the task bar and start menu dialog box, clear the personalized menus option. Log off and then log on to the computers.D、 Use a local computer policy that will not include the logoff option on the start menu.E、 Use the user profiles tab within the properties of my computer to change the profile from the local profile to a roaming user profile.
考题
单选题As an alternative to setting the Visible property to No for the ORDERS_WINDOW, which built-in could you use to achieve the same result? ()A
HIDE_WINDOW B
CLOSE_WINDOW C
REPLACE_CONTENT_VIEWD
GET_WINDOW_PROPERTY
考题
单选题You developing a form module, and you would like to make an indicated window visible in a new display position. Which built-in can you use to accomplish this task?()A
SHOW_WINDOW B
RESIZE_WINDOW C
DISPLAY_WINDOW D
MOVE_WINDOW_X_Y E
WINDOW_VISIBLE_X_Y
考题
单选题You need to create a data block for DML operations in the NEW_EMPLOYEE form module. Which data source can you use for this block?()A
REF cursor query. B
Stored function. C
From clause query. D
Transactional trigger.
考题
单选题You want to move all objects of the APPS user in the test database to the DB_USER schema of theproduction database. Which option of IMPDP would you use to accomplish this task()A
FULLB
SCHEMASC
TRANSFORMD
REMAP_SCHEMAE
REMAP_TABLESPACE
考题
单选题You want to move all objects of the APPS user in the test database to the DB_USER schema of the productiondatabase. Which option of IMPDP would you use to accomplish this task()A
FULLB
SCHEMASC
TRANSFORMD
REMAP_SCHEMAE
REMAP_TABLESPACE
考题
多选题You want to make use of the object features available in the database for the form module you are developing. Which three statements about object types are true? ()AAn object type is a user-defined composite data type.BThe attributes of an object type can be those of other object types.CA PL/SQL table of records is an example of a nested object type.DAn object type must be declared as a type before the actual object itself can be declared.
考题
单选题You are developing a tax report for the payroll application. You created a before parameter form report trigger to create three temporary tables to store text that are need while the report is executed. Which report trigger would you use to delete these temporary tables?()A
Before parameter form. B
After parameter form. C
Before report. D
After report.
考题
单选题You established access to menu modules using roles. While testing the application, you need access to all the menus in the SALES form module for all the roles. Which method will override the Menu Module Roles property to allow you to access all the menu items?()A
Disable the values for the Menu Module Roles property. B
Set the Use Security value in the form module Property Palette to 'True'. C
Set the Use Security value in the form module Property Palette to 'False'. D
Set the Use Security value in the menu module Property Palette to 'True'. E
Set the Use Security value in the menu module Property Palette to 'False'.
考题
单选题Which built-in do you use to determine which timer in form module has expired?()A
FIND_TIMER B
GET_TIMER_PROPERTYC
GET_APPLICATION_PROPERTY D
GET_CUSTOM_ITEM_EVENT_PROPERTY
考题
单选题You create a multiple form application- Which built-in must you use to invoke the form modules to enable you to programmatically control navigation between the multiple forms in your application?()A
NEW_FORM B
OPEN_FORM C
CALL_FORM D
CLOSE_FORM
考题
多选题Which three built-ins can you use to navigate between forms invoked with the OPEN_FORM built-in? ()ACLOSE_FORMBNEXT_FORMCGO_FORMDPREVIOUS_FORM
热门标签
最新试卷