Sign Up

Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then this place is just for you 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

Sorry, you do not have a permission to ask a question, You must login to ask question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

OrclQA.Com

OrclQA.Com Logo OrclQA.Com Logo

OrclQA.Com Navigation

  • Ask Question
  • Write a Tutorial
  • Online Courses
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier
  • Ask Question
  • Write a Tutorial
  • Online Courses
  • About
  • Questions
  • Answers
  • Best Answers
  • Posts
  • Comments

Discy Latest Questions

VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 1
VARSHAProfessional
Asked: April 1, 2022

Compute sum in classic report based on Condition

  • 1

Hi everyone, I created wizard page to Order Item in my application, i used classic report to show all items with Amount and allow user to enter Quantity using apex_item.select_list( 0,1) . Here i want to show Sum of Amount of items which has Qty = 1. Any help would be highly appreciated...

apex 21.1
  • 1
  • 41
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: March 30, 2022

How to add more than 5 number columns in Apex Collection

  • 0

Hi everyone, I'm using Apex collection to store data , manipulate it and insert to target table. In Apex collection there are only 5 number columns , what if i need more than 5 number columns in my collection? Any help would be highly appreciated..

apex 21.1
  • 3
  • 43
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: March 16, 2022

how to store parsed data from apex_data_parser table into collection

  • 0

Hi everyone, I created manual data loading using PL/SQL parser to parse data and pl/sql process to insert that data into table, The data gets parsed just fine but how can i add this data to collection? Any help would be highly appreciated...

apex 21.1
  • 0
  • 16
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: March 15, 2022

How to generate error log from collection in apex

  • 0

Hi everyone, I'm using APEX 21.1, I created an upload page  using PL/SQL Parser to parse data and created a process to load it into the target table. here i need validate the data in excel sheet before insert data into target table and show error log in the same page  when user clicks to upload button. How to  validate and show error log. Any help would be highly appreciated...  

apex 21.1
  • 2
  • 39
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: March 12, 2022

How to insert multiple values into single column

  • 0

Hi everyone, How to insert multiple values into single column using insert into statement? For example, i have booking say ID = B1, i made 2 issue against Booking Id = B1, say issue numbers are Is1, Is2 now while Invoicing, Invoice No = In1 ,   i have to store Issue Numbers(both Is1 & Is2) against the Booking ID =B1 in invoice . Any help would be highly appreciated..

sql
  • 4
  • 55
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: January 24, 2022

How to specify "Session Timeout URL" or "Idle Timeout URL" as "LOGOUT_URL"  in APEX 20.2

  • 0

How to specify "Session Timeout URL" or "Idle Timeout URL" as "LOGOUT_URL"  in APEX 20.2 The documentation states that: "Only three substitution items are supported in this URL: &APP_SESSION., &SESSION., and &APP_ID., although because of the particular purpose of this URL it is not necessary to include either &APP_SESSION. or &SESSION. in the link." The one I am most interested in would be the  "LOGOUT_URL" . Any help would be highly appreciated..

apex-20.2
  • 0
  • 51
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: January 18, 2022

Compute sum based on condition in Oracle APEX

  • 0

Hi everyone, I'm using APEX 20.2, I have a classic report for Ordering Items with Item, Rate, Quantity (select list column with values upto 5 and null value 0) and Amount column, The question is how to make the summation of Amount for only the Quantity > 0? the summary should change while selecting Quantity. Any help would be highly appreciated..

apex-20.2
  • 0
  • 57
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: January 12, 2022

How to get selected rows from Classic report

  • 0

Hi everyone, I'm using APEX 20.2 , I have classic report with Items to order where i used checkbox column(APEX_ITEM.CHECKBOX2) to select required items. after selecting i have to move the selected rows into collection when click on button, how to get the selected rows into collection. what is the default  checked / Unchecked values of  APEX_ITEM.CHECKBOX2? Any help would be highly appreciated..   but when i click on button after selecting rows , the selected rows are not moving to collection

apex-20.2
  • 0
  • 44
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: December 27, 2021

How to create Multi-column popup LOV with where clause of page item value

  • 0

Hi everyone, I'm using APEx 20.2 I want to create multi-column POPup LOV with where clause based on page item value How to do this? Any help would be highly appreciated...

apex-20.2
  • 0
  • 37
  • 0
Answer
VARSHA
VARSHA

VARSHA

  • 31 Questions
  • 62 Answers
  • 0 Best Answers
  • 185 Points
View Profile
  • 0
VARSHAProfessional
Asked: December 20, 2021

How to copy tables from one schema to another schema in same workspace

  • 0

Hi everyone, I'm using APEX 20.2, I want to copy tables including triggers, constraint, sequence, index from one schema to another schema in same workspace. How to do this? Any help would be highly appreciated..

apex-20.2
  • 4
  • 77
  • 0
Answer
Old Questions

Sidebar

Ask Question
Write a Tutorial

Recent Blog Posts

  • Vinish

    What is Oracle ERP?

  • Vinish

    The Benefits of Unit Testing

  • Vinish

    Java OOPS Concepts MCQ Quiz

  • Vinish

    What is the Best Database to Use?

  • Vinish

    Sending Query Strings in Post Requests in C#

Explore

  • Home
  • Blog
  • New Questions
  • Tutorials
    • Oracle
    • Oracle Apex
    • Python
  • Tags
  • Users
  • Badges & Points
  • Image to Base64
  • PL/SQL Beautifier

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