What is the main disadvantage of developing an application using an API?
The application cannot use any special features of the backend server. Read more »
The application cannot use any special features of the backend server. Read more »
The application can be connected to any back end server that is supported by the API. Read more »
SAVEPOINTS are used to subdivide a transaction into smaller parts. It enables rolling back part of a transaction. Maximum of five save points are allowed. Read more »
Only one LONG column is allowed. It is not possible to use LONG column in WHERE or ORDER BY clause. Read more »
- To modify the datatype of a column the column must be empty. - To add a column with NOT NULL constrain, the table must be empty. Read more »
The integrity constraints can be enabled or disabled by ALTER TABLE ENABLE CONSTRAINT / DISABLE CONSTRAINT. Read more »
Database link is a named path through which a remote database can be accessed. Read more »
Sequence name CURRVAL, sequence name NEXTVAL. It is not possible. Only if you access next value in the session, current value can be accessed. Read more »
CYCLE specifies that the sequence continue to generate values after reaching either maximum or minimum value. After pan-ascending sequence reaches its maximum value,... Read more »
If changes are made to the tables and these tables are the base tables of a view, then the changes will be reference on the view. Read more »
A View can be updated/deleted/inserted if it has only one base table if the view is based on columns from one or more tables then insert, update and delete is not... Read more »
es . You obtain a return value from a foreign function by assigning the return value to an Oracle Forms variable or item. Make sure that the Oracle Forms variable... Read more »
There are 4 types of canvases called as Content and Stack Canvas. Content canvas is the default and the one that is used mostly for giving the base effect. Its like... Read more »
Yes , object group can have block as well as program units. Read more »
The When-Timer-Expired trigger can not fire during trigger, navigation, or transaction processing. Read more »