oracle-apex-5

Unlock apex admin account

一笑奈何 提交于 2021-02-04 14:09:39
问题 I run @apxchpwd.sql and unluck the account with this script alter session set current_schema = APEX_050100; declare l_workspace_id number := apex_util.find_security_group_id (p_workspace => 'INTERNAL'); begin wwv_flow_security.g_security_group_id := 10; apex_util.set_security_group_id (p_security_group_id => l_workspace_id); wwv_flow_fnd_user_api.UNLOCK_ACCOUNT('ADMIN'); commit; end; But it doest work. Thanks for any help 回答1: The apxchpwd.sql script is used to change the password, but it

Multiple conditions on single button with Dynamic Action in Oracle Apex

半城伤御伤魂 提交于 2021-01-29 11:49:34
问题 Please see below screen shot I have one button "Add Row" on the top and items in a single row of Oracle Apex Form. I have add 10 Rows with same items list on each click of the top button. Could you please help on this how can I achieve this. 回答1: if I understood you correctly and you want a dynamically determined amount of files to upload, there are many options for that Easiest 1 - upload one at a time, and show the user older files that were uploaded. Easiest 2 - Use the "Allow multiple

Oracle apex select list and hide values

*爱你&永不变心* 提交于 2021-01-29 10:38:43
问题 I have scenario that allow the student to choose desire of majors by defining three select list. I have three majors : CS , IT and IS. For example if the student In the first desire he chosen CS from select list then in the second select list the CS major I want it don't appear in the list . For the second select list if he chosen IT then IT don't appear in the third desire where the last select list will contain only IS . is there any idea how can I do this scenario ? Thanks 回答1: One option

How to create and use a multi-select list in APEX ORACLE?

自闭症网瘾萝莉.ら 提交于 2020-05-13 08:13:28
问题 I have a table called Employees with Employee_id and Employee_Name columns. Now i want to create a page with Checkbox in-front of every Employee Name, select the ones that are needed, store them into a temporary table and use them for further operations. The problem i am facing is to how to create that multi select list and store the select values in thee table. Is there an Item for multi select? If not, how should i do it? 回答1: There's the Shuttle item . On the left side, you'd display list

How to hide Oracle Apex Database Application Code After Publish

空扰寡人 提交于 2020-01-21 10:00:41
问题 With Oracle APEX, after I finished developing application I want to publish it to customer on its LAN network, when I export file I choose Build Status Override: Read Application Only But when I want to import it, it can be changed to Read and Build Application and -in other hand- its Build status can be changed to Read and Build Application from instance administration even if I imported it as Read Application Only . I want to import Application in a way that no one can modify it or see its

How to hide Oracle Apex Database Application Code After Publish

两盒软妹~` 提交于 2020-01-21 09:59:25
问题 With Oracle APEX, after I finished developing application I want to publish it to customer on its LAN network, when I export file I choose Build Status Override: Read Application Only But when I want to import it, it can be changed to Read and Build Application and -in other hand- its Build status can be changed to Read and Build Application from instance administration even if I imported it as Read Application Only . I want to import Application in a way that no one can modify it or see its

How to hide Oracle Apex Database Application Code After Publish

a 夏天 提交于 2020-01-21 09:59:07
问题 With Oracle APEX, after I finished developing application I want to publish it to customer on its LAN network, when I export file I choose Build Status Override: Read Application Only But when I want to import it, it can be changed to Read and Build Application and -in other hand- its Build status can be changed to Read and Build Application from instance administration even if I imported it as Read Application Only . I want to import Application in a way that no one can modify it or see its