APEX Questions

1

Adding a star to a required field in Oracle Application Express
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

Answer Question   |  April 22, 2013  5:41 AM
APEX, Oracle, Oracle Application Express
asked by:
5 pts.

Oracle (PL/SQL) fuction won’t work
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: [...]

Answer Question   |  June 6, 2011  8:53 PM
APEX, Oracle, Oracle Apex, PL/SQL
asked by:
220 pts.

apex or html.db freeware
where can I download Oracle freeware apex or html.db from  

Answer Question   |  August 24, 2009  3:10 AM
APEX, HTML.DB
asked by:
5 pts.

Issue with designing Oracle Application Express (APEX)
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 [...]

Answer Question   |  August 12, 2009  9:09 AM
APEX, Oracle Application Express
asked by:
5 pts.

APEX-can’t see new procedure when creating form
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

Answer Question   |  February 2, 2011  4:43 PM
APEX, Oracle Application Express, Oracle XE
asked by:
5 pts.

1