how i can create temporary table?
Answer / m.n
CREATE GLOBAL TEMPORARY TABLE TEMP_TRAN
(
COL1 NUMBER(9),
COL2 VARCHAR(30),
COL3 DATE,
CONSTRAINT PK_TEMP_TRAN PRIMARY KEY(COL1)
) ON COMMIT DELETE ROWS
| Is This Answer Correct ? | 11 Yes | 0 No |
how to customize the report,please tell me customization steps
how do you describe O2C along with tables
in one report using two layout models.if yes how to do
what is flexfield qualifier?
where is chandra institute in hyderabad for oracle apps technical training ?
Tell me how to find the custom directory in front end?
How to register a form and stored procedure in oracle apps
for report i have to parameters those are from_date and to_date ,so to_date should be greater when compare to from_date ,if we are giving to_date is less then it must shows some error how we willmake
what is difference between API and Interface?
what is the database size you used?
about TCA architecture
Can We Create a Synonym On Trigger?