Skip to Main Content

Japanese

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!

Multiple User -> Bulk Upload / Data Loading (Apex)

Oracle_QDudeApr 28 2014 — edited Jun 27 2014

Greetings !

As we have a Data Loading (Bulk Upload) in Oracle APex with Copy paste or CSV file uploads, I wanted  to know, how we can achieve multi user functionality in the data loading.

Scenario -

In my schema, I have a Staging table where in I put the data without any logic, and then I execute a Stored Procedure (without any input parameters) which picks the data from the Staging table, plays with it according to the logic written and inserts that data into other tables.  This logic includes, checks for the counts, filters etc from another database tables.

Now, when we use the Oracle Apex's inbuilt Data Loading feature, and I upload a csv file with around 30,000 records. and I give my staging table as the destination table in that Process.

Once the data is loaded in that Staging table, I click on Finish, where my Stored Procedure gets executed and does all the required operations.

While doing all these things, I want to do it a multi-user functionality, where in 2 or more users coming and loading the data and with the Logic that stored procedure has, it will move the Staging data into other tables. With this I dont want mix up data from different users and the logic should be carried out for that data which that perticular user has uploaded it for.

Can anybody please help me in this ?

Thanks in Advance,

QD

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 25 2014
Added on Apr 28 2014
1 comment
2,752 views