Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Data type for numbers with blank spaces in between for apex application

Zak786Aug 31 2018 — edited Sep 4 2018

Hi.

I am trying to create an interactive report in APEX . One of the column in my database table has date entry of type numbers with blank spaces in between likeĀ  1046 1000 2100.

I tried varchar(2) and numeric/number and a few others and each time I insert data into this column using the APEX form I get the following error. Can you please suggest what data type is most appropriate for this requirement or if there is some setting in the apex application itself that needs to change to allow for this type of data. When I enter the same numbers without blank spaces it works fine 104610002100 . Thanks

1 error has occurred

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 2 2018
Added on Aug 31 2018
2 comments
151 views