APEX Data Load Number Format
up vote
0
down vote
favorite
I am relatively new to APEX and at the moment i am trying a few things to become better with it.
Now i have some problems with the Data Upload Wizzard from APEX. I created a table which has a NUMBER column in it. Now i try to upload some data to it via the data upload wizzard.
My Problem ist that if i upload a number with a comma (,) as the decimal seperator, like "12000,00", the "ORA-01722: invalid number" error pops up.
I tried to alter the "Globalization" settings in the "File Details"-Tab to:
Group Separator = .
Decimal Character = ,
However if i upload a file with different formats like,
12000.00;
12000,00;
12,000.12;
12.000,13;
only the number 12000.00 is getting inserted.
It seems like APEX totaly ignores the globalization settings. Is there a way i can upload numbers with a comma (,) as decimal seperator. Do i have to set a specific format in the format column? So far i tried "999990,99" and "999G990D99" as format masks but non of them seem to work.
Thanks for your input in advance.
sql oracle oracle-apex
add a comment |
up vote
0
down vote
favorite
I am relatively new to APEX and at the moment i am trying a few things to become better with it.
Now i have some problems with the Data Upload Wizzard from APEX. I created a table which has a NUMBER column in it. Now i try to upload some data to it via the data upload wizzard.
My Problem ist that if i upload a number with a comma (,) as the decimal seperator, like "12000,00", the "ORA-01722: invalid number" error pops up.
I tried to alter the "Globalization" settings in the "File Details"-Tab to:
Group Separator = .
Decimal Character = ,
However if i upload a file with different formats like,
12000.00;
12000,00;
12,000.12;
12.000,13;
only the number 12000.00 is getting inserted.
It seems like APEX totaly ignores the globalization settings. Is there a way i can upload numbers with a comma (,) as decimal seperator. Do i have to set a specific format in the format column? So far i tried "999990,99" and "999G990D99" as format masks but non of them seem to work.
Thanks for your input in advance.
sql oracle oracle-apex
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am relatively new to APEX and at the moment i am trying a few things to become better with it.
Now i have some problems with the Data Upload Wizzard from APEX. I created a table which has a NUMBER column in it. Now i try to upload some data to it via the data upload wizzard.
My Problem ist that if i upload a number with a comma (,) as the decimal seperator, like "12000,00", the "ORA-01722: invalid number" error pops up.
I tried to alter the "Globalization" settings in the "File Details"-Tab to:
Group Separator = .
Decimal Character = ,
However if i upload a file with different formats like,
12000.00;
12000,00;
12,000.12;
12.000,13;
only the number 12000.00 is getting inserted.
It seems like APEX totaly ignores the globalization settings. Is there a way i can upload numbers with a comma (,) as decimal seperator. Do i have to set a specific format in the format column? So far i tried "999990,99" and "999G990D99" as format masks but non of them seem to work.
Thanks for your input in advance.
sql oracle oracle-apex
I am relatively new to APEX and at the moment i am trying a few things to become better with it.
Now i have some problems with the Data Upload Wizzard from APEX. I created a table which has a NUMBER column in it. Now i try to upload some data to it via the data upload wizzard.
My Problem ist that if i upload a number with a comma (,) as the decimal seperator, like "12000,00", the "ORA-01722: invalid number" error pops up.
I tried to alter the "Globalization" settings in the "File Details"-Tab to:
Group Separator = .
Decimal Character = ,
However if i upload a file with different formats like,
12000.00;
12000,00;
12,000.12;
12.000,13;
only the number 12000.00 is getting inserted.
It seems like APEX totaly ignores the globalization settings. Is there a way i can upload numbers with a comma (,) as decimal seperator. Do i have to set a specific format in the format column? So far i tried "999990,99" and "999G990D99" as format masks but non of them seem to work.
Thanks for your input in advance.
sql oracle oracle-apex
sql oracle oracle-apex
edited Apr 13 '16 at 20:48
Scott Mikutsky
712521
712521
asked Sep 25 '14 at 9:10
Timo D.
1
1
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
Set the parameter NLS_NUMERIC_CHARACTERS
along with the FORMAT
:
'NLS_NUMERIC_CHARACTERS = .,'
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Set the parameter NLS_NUMERIC_CHARACTERS
along with the FORMAT
:
'NLS_NUMERIC_CHARACTERS = .,'
add a comment |
up vote
0
down vote
Set the parameter NLS_NUMERIC_CHARACTERS
along with the FORMAT
:
'NLS_NUMERIC_CHARACTERS = .,'
add a comment |
up vote
0
down vote
up vote
0
down vote
Set the parameter NLS_NUMERIC_CHARACTERS
along with the FORMAT
:
'NLS_NUMERIC_CHARACTERS = .,'
Set the parameter NLS_NUMERIC_CHARACTERS
along with the FORMAT
:
'NLS_NUMERIC_CHARACTERS = .,'
edited Nov 19 at 20:04
answered Sep 25 '14 at 9:16
Lalit Kumar B
33.6k85186
33.6k85186
add a comment |
add a comment |
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f26034663%2fapex-data-load-number-format%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown