I have a page…in that page there is a required field I just want to add a star which highlights the field as a required. How can this be done? I am a newbie to Oracle Application Express. Please help
I’m trying to run the following script: function create_new_password (p_email in varchar2) return varchar2 as l_password varchar2(12); l_encrypted_password varchar2(32); begin select dbms_random.string('A', 8) into l_password from dual; l_encrypted_password := password_hashing(p_username => upper(p_email), p_password => l_password); update customer set encrypted_password=l_encrypted_password where upper(customer.email)=upper(p_email); return l_password; end; and i’m getting the following error: Error at line 10: PL/SQL: [...]
where can I download Oracle freeware apex or html.db from
Hi, I am facing a problem in my local application express box. While I am trying to create a button in the item section in a page ( using create multiple items by drag and drop ), it is happening without any error but not creating the button . This is working fine in online [...]
Using Oracle XE, I created a new procedure and it compiled. I then tried to create a new form based on a procedure using the wizard. The new procedure I created was not in the list nor could it be found just be typing in the name. Thanks in advance, Steve





