Oracle Package Compilation Error: PLS-00103: Encountered the Symbol “end-of-file” When Expecting “;”
I am encountering an issue while creating an Oracle package in my APEX application. The package compiles successfully in another environment, but in my current environment, I receive the following error:
Dynamically display column in B page based on the display_type in A page in oracle apex 23.1.1
In Oracle Apex. There are two pages A and B
In A we will create datapoints which becomes a column in page B to achieve this we have created page items for all the columns of page B and synced it with actual columns of B.
Dynamically display column in B page based on the display_type in A page in oracle apex 23.1.1
In Oracle Apex. There are two pages A and B
In A we will create datapoints which becomes a column in page B to achieve this we have created page items for all the columns of page B and synced it with actual columns of B.
`apex_json.get_VARCHAR2(p_path=>’w’,p_values=>apex_json.g_values)` function return null
I have situation of building json using apex_json as the code sample explain it. the problem is that apex_json.get_varchar2('w')
return null, even after I checked the apex_json.g_values
. any one could give me any hint about it?
Dynamic Form in Oracle APEX
I currently have an APEX requirement that tracks the progress of assessments of various items. These assessments contain a few hundred questions that change regularly. I want to create a form as one of the ways to answer these questions but I need the form to dynamically change the amount of questions, and the wording of the questions.
Using function returning table to create a classic report in Oracle APEX
I have the following package spec:
Using function returning table to create a classic report
I have the following package spec:
printing in oracle apex using plsql dynamic content error
I want to print a tax report using Oracle Apex using plsql dynamic content.
The result must be for all clients during a certain period, and this period is determined by two items, from_date and to_date
An error appears when the exact drag returns (SQL Error: ORA-01422: exact fetch returns more than requested number of rows)
I tried to do it with another condition, which is the cust_id, but I got the same error
Any Help?