Sign Up

❇️ OrclQA.Com is a question and answer forum for programmers.
❇️ Here anyone can ask questions and anyone can answer to help others.
❇️ It hardly takes a minute to sign up and it is 100% FREE.

Have an account? Sign In


Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Oracle
  • Oracle Apex
  • Python
  • Questions
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Ask Question
  • Add Post
  • Oracle
  • Oracle Apex
  • Python
  • Questions

Discy Latest Questions

apex-learner
apex-learner

apex-learner

  • 1 Question
  • 2 Answers
  • 0 Best Answers
  • 25 Points
View Profile
  • 0
apex-learnerContributor
Asked: September 18, 2021

how to add date facet in faceted search

  • 0

Hi. How can I include DATE RANGE  search criteria in Faceted Search? (while I was trying, I am getting the following error. Facet is not supported for DATE or TIMESTAMP columns.) Thanks,  

apexfacetfaceted search
  • 3
  • 1k
  • 0
Answer
George Thomas
George Thomas

George Thomas

  • 1 Question
  • 0 Answers
  • 0 Best Answers
  • 25 Points
View Profile
  • 0
George ThomasContributor
Asked: August 20, 2021

Collection to pass from one page to another

  • 0

I am creating a collection in page1 and saving the collection name into a page item .  Now I have to pass this collection to page 3 and use there. I used the page item where I stored the collection name as a parameter to page 3 and trying to use in page3  , but somehow it does not work. can you give some guidance Thanks George Thomas

apex
  • 2
  • 46
  • 0
Answer
Chaitanya
Chaitanya

Chaitanya

  • 17 Questions
  • 32 Answers
  • 0 Best Answers
  • 125 Points
View Profile
  • 0
ChaitanyaProfessional
Asked: August 9, 2021

redirect from login page to other page with out authentication

  • 0

Dear Vinish i want to create a login page with new user and old user authentication.. for eg if a user has user id and password he can login from login page. but if a user is new to he has to create login credentials.. currenty i have already created  custom authentication as shown in your link 'https://www.foxinfotech.in/2019/09/create-custom-authentication-in-5-easy-steps-in-oracle-apex.html' i have also placed a link on login page 'to create new user press here'  and redirected the link to another page in application but as i have created autentication i'm not able to redirect to other page from login screen thanks in advance can anyone help me out?

apexoracle apexplsqlsql
  • 4
  • 88
  • 0
Answer
noor
noor

noor

  • dubai, United Arab Emirates
  • 7 Questions
  • 2 Answers
  • 0 Best Answers
  • 56 Points
View Profile
  • 0
noorProfessional
Asked: August 1, 2021

How to call apex from d2k button

  • 0

HI!! We are still using forms 6i ,from 6i we want to call apex .   Kindly provide steps. Thank You  

apexforms 6i
  • 2
  • 69
  • 0
Answer
Chaitanya
Chaitanya

Chaitanya

  • 17 Questions
  • 32 Answers
  • 0 Best Answers
  • 125 Points
View Profile
  • 0
ChaitanyaProfessional
Asked: July 31, 2021

No Primary Key item has been defined for form region

  • 0

I am having form and interactive grid on same page in my apex application like header and detail part if i do change in Header and Detail both and press apply change buttton it shows me following error: No Primary Key item has been defined for form region INV_HDR. if i do change in only header part and perss apply change button changes get saved .

apexoracle apexvinish
  • 2
  • 1k
  • 0
Answer
noor
noor

noor

  • dubai, United Arab Emirates
  • 7 Questions
  • 2 Answers
  • 0 Best Answers
  • 56 Points
View Profile
  • 0
noorProfessional
Asked: July 29, 2021

How to upload Excel in oracle apex?

  • 0

Hi!!   Kindly send me excel upload steps in oracle apex. Kindly note that i need excel steps not csv.   Thank you in advance

apex
  • 1
  • 213
  • 0
Answer
Chaitanya
Chaitanya

Chaitanya

  • 17 Questions
  • 32 Answers
  • 0 Best Answers
  • 125 Points
View Profile
  • 1
ChaitanyaProfessional
Asked: July 23, 2021

move image to left side of report

  • 1

i am displaying image in  my region i want to move to the left how can  do it means on top of column yymm

apexcsshtmloracle apex
  • 2
  • 51
  • 0
Answer
Chaitanya
Chaitanya

Chaitanya

  • 17 Questions
  • 32 Answers
  • 0 Best Answers
  • 125 Points
View Profile
  • 0
ChaitanyaProfessional
Asked: July 22, 2021

Change image column based on id dynamically

  • 0

I have a report in my apex app in which in report i have kept page items as parameters through which report gets displayed In which there are  page items 1) id 2) image i'm trying to display image based on page item id , my  image column gets image through "blob column return by sql statement"   i'm not getting Image based on id i tried all dynamic action like refresh page item image when id is changed can any one help me out?    

apexoracle apex
  • 2
  • 53
  • 0
Answer
SupriyaJain
SupriyaJain

SupriyaJain

  • 2 Questions
  • 10 Answers
  • 0 Best Answers
  • 34 Points
View Profile
  • 0
SupriyaJainContributor
Asked: July 15, 2021

How to call Oracle forms (.fmb) from Oracle Apex form button click.

  • 0

Hello, I have a requirement to call Oracle forms (.fmb) from Oracle Apex form button click. Can you please suggest how to do this? Thanks, Supriya Jain

apexoracle forms
  • 2
  • 222
  • 0
Answer
Ana
Ana

Ana

  • 18 Questions
  • 31 Answers
  • 0 Best Answers
  • 124 Points
View Profile
  • 0
AnaProfessional
Asked: July 6, 2021

Redirect Page by function call in before-header process

  • 0

Hi Sir, I have a question about a function that I call in a before-header process to redirect to the appropriate page. create or replace function redirect_page(p_user_name in varchar2) return varchar2 as v_redirect_url varchar2(100); branch_page table_1.PAGE%type; v_state table_1.STATE%type; v_finalpaper_id table_1.fpid%type; begin begin select fp.state, fp.page,fp.id into v_state, branch_page,v_id from table_1 fp left outer join users u on u.uuid=fp.uuid where lower(u.username)=lower(p_user_name); if v_state ='REQUESTED'then v_redirect_url:='f?p=100:95:&APP_SESSION.::NO::P95_ID:'||v_id; elsif v_state ='APPROVED'then v_redirect_url:='f?p=100:92:&APP_SESSION.::NO::P92_ID:'||v_id; end if; exception when no_data_found then v_redirect_url:='f?p=100:1:&APP_SESSION.::NO::'; end; return v_redirect_url; end; Now, when I call the function in the page, I get the 500 Internal Server Error DECLARE v_redirect_url VARCHAR2(100); BEGIN v_redirect_url:=redirect_page_finalpapers(:session_user_name); htp.init(); owa_util.redirect_url(v_redirect_url); apex_application.g_unrecoverable_error := true; END; I don't quite understand why this happening and would appreciate some help on here?

apexoracle
  • 4
  • 53
  • 0
Answer
Old Questions

Sidebar

Explore

  • Ask Question
  • Add Post

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
© 2022 OrclQA.Com. All Rights Reserved.
Privacy Policy - About Us