Oracle APEX Structure
1:36
21 күн бұрын
Leetcode SQL Question - Big Countries
2:19
Form and Report in Oracle APEX
12:40
21 күн бұрын
Turing SQL Questions
25:06
21 күн бұрын
Oracle APEX Master Detail Region
12:08
Different Templates of Classic Report
14:33
CodeWithSaurav App
1:45
Ай бұрын
Card Region in Oracle APEX
11:00
Calendar Region in Oracle APEX
4:48
NEXT_DAY in Oracle
1:17
Ай бұрын
Start with Oracle APEX
5:47
Ай бұрын
Configure Gen AI in Oracle APEX
5:31
Oracle APEX - Breadcrumb
5:56
2 жыл бұрын
Oracle APEX - PL SQL Dynamic Content
11:43
Oracle SQL MOD Function
2:03
2 жыл бұрын
Oracle APEX - Type of Classic Report
11:23
Пікірлер
@mpgjaltema
@mpgjaltema 7 күн бұрын
It seems to me that AI Oracle APEX application generation is just not there yet. These pages can be generated by hand very quickly and will then better suit the business
@OmarRiyati
@OmarRiyati 17 күн бұрын
Nice work Whats different between your way and when use required field in item properties
@codewithsaurav
@codewithsaurav 16 күн бұрын
Server-side mandatory validation gives you an option to control it programmatically, but when you use required-field option then it'll always be mandatory.
@sgarg6
@sgarg6 20 күн бұрын
hey Saurav, configured Cohere AI per your other video. when I asked Cohere APEX Assistant to write a simple query just like yours, I got this error "Error in backend AI Service cohere_genai" (fyi cohere_genai is the static name for this service that we configured). BTW same error while creating an app too. Also I did confirm the WebCredentials.
@sgarg6
@sgarg6 21 күн бұрын
I know by validating email id on the server side, you were just demonstrating how server side validations work. But I think your followers will benefit any mention of best practices like validating email id in the front-end instead of server side. We don't want to make a server trip for validations like this one.
@sgarg6
@sgarg6 21 күн бұрын
Thanks for putting time in making the video lessons. It indeed was a long video but worth it.
@avimcrypto
@avimcrypto 21 күн бұрын
CAN U TELL ME WHERE I CAN PREPARE FOR ORACLE APEX INTERVIEW AND HOW TO PREPARE ? WHAT TYPES OF QUESTION INTERVIEWER ASKED IN INTERVIEW ?
@sgarg6
@sgarg6 22 күн бұрын
Hey Saurav, got a weird error while creating the side-by-side page. Page got created but with an error "1 error has occurred" and there is no way to see what this error is as I cannot see the components of this page in the left, center and right panels (all 3 panels are blank). I closed the page and reopened it but same error. This is why it's weird, the side-by-side paster/details page for the user is working fine. I have the screenshots but I don't see a way to attach here. Anyway, can you think of how can I see what the error is, and why there's an error for me and not for you?
@sgarg6
@sgarg6 22 күн бұрын
Hey Saurav, we have Oracle Apex installed on a VM. Any time VM is restarted we have this error: "ERROR: ORA-01219: database or pluggable database not open: queries allowed on fixed tables or views only". We know the solution to this problem i.e. connect to oracle db using SQL Developer and run this command - "ALTER PLUGGABLE DATABASE orclpdb OPEN" and everything works fine, Now question, is there a way "orclpdb" is always open/started and can get opened/started after the VM is rebooted? Found a possible solution (refer URL), but this solution has its own drawback. The ORDS service, which I configured as a Windows service using NSSM utility doesn't pick up "orclpdb" and hence I have to stop/start this service and then orclpdb get picked up and everything starts working fine. URL for orclpdb solution - asktom.oracle.com/ords/f?p=100:11:0::::P11_QUESTION_ID:9531671900346425939
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@codewithsaurav
@codewithsaurav 23 күн бұрын
How can we create Form and Report in Oracle APEX manually? Steps to create them manually - 1. Create a blank page 2. Create an Interactive Report 3. Create a button which will redirect to Form Page to create the record. 4. Create Edit link in Interactive Report to redirect to Form Page to update and delete the record. For any suggestion and feedback, please give your response here - apex.oracle.com/pls/apex/r/myblogs/ideas/home
@shaikapsar1254
@shaikapsar1254 26 күн бұрын
Select * from table(apex_string.split(colname,','));
@sgarg6
@sgarg6 28 күн бұрын
As always great info and hands-on. Saurav, how did you get those EBA_CUST_* tables so we can use the same tables to follow along your video lessons?
@sgarg6
@sgarg6 28 күн бұрын
Got it sorted out. Had to install sample Customer app to get these tables.
@shyamn7998
@shyamn7998 28 күн бұрын
very good information! I want to make summary report and last column my be down arrow when user click it will open the detail of that summary when click again on up-arrow it will close. detail report must be display from bottom of the clicked row.
@sgarg6
@sgarg6 Ай бұрын
Hey Saurav, to make it easy to follow along we would like to use the same tables that you are using. So quick question, how to get those EBA_CUST_* tables that you are using? Our sample database has many tables but not the ones that you used in the video. Thanks
@codewithsaurav
@codewithsaurav Ай бұрын
You can raise your request to this App Link: apex.oracle.com/pls/apex/r/myblogs/ideas/home
@ibal6471
@ibal6471 Ай бұрын
I can't catch the like plz put it here
@sgarg6
@sgarg6 Ай бұрын
Hey Saurav, one of the developers on my team is following all your Apex lessons. While working on this particular one though , he has a question for you. As he doesn't have the same table as you do for Calendar region, so he used EBA_DEMO_CARD_EMP. The edit case worked just fine but creating a new record is not. For this table EMPNO is the primary key and hence it is not one of the fields on the form because of which he is getting the error as in the screenshot (PK cannot be null... obviously it cannot be). Do you have any take on it? Just realized, chat does not allow screenshots but anyway error is "cannot insert NULL into the tableName.EMPNO. keep up the good work 👏
@codewithsaurav
@codewithsaurav Ай бұрын
Hi mate, as EMPNO is a Primary key for the table, you have two options to populate this column when you're performing CREATE operation - 1. You can create a BEFORE INSERT Trigger on the table and there you can populate EMPNO column with the help of SEQUENCE. Here is the link if you want to study about Trigger - kzbin.info/www/bejne/sHyloHR3oq-rZ8Usi=5BfpFnfW1VauIuZW 2. In the Form, currently EMPNO Item is hidden, because this item refers to the primary key. You just make it TEXT Field and write EMPNO manually. That will help you to populate the field. Just keep in mind that you always have to give a unique value in EMPNO. I hope this helps, thanks.
@sgarg6
@sgarg6 Ай бұрын
@@codewithsauravthis is great. Thanks. BTW how did you get those EBA_CUST_* tables so my developer can use the same tables to follow your video lessons.
@ibal6471
@ibal6471 Ай бұрын
If i want add button for create activity in cell? How. How get default date depend the date who is click
@ganeshk6809
@ganeshk6809 Ай бұрын
THANKS SAURAV❣
@ganeshk6809
@ganeshk6809 Ай бұрын
thanks for this tutorial. waiting for the further videos
@ibal6471
@ibal6471 Ай бұрын
Cool
@subhashishdasrana3132
@subhashishdasrana3132 Ай бұрын
Finally ❤
@Apps12604
@Apps12604 Ай бұрын
Hi SarHi Saurav. When you are going to start full Apex classes
@chanukadesilva8920
@chanukadesilva8920 3 ай бұрын
Very clear introduction. Thanks
@sandhyaltudu9039
@sandhyaltudu9039 4 ай бұрын
Hello Sir,your explanation was just awesome through out SQL and plsql series,can you please tell whether this is the end of plsql series or you are yet to upload more tutorials here?
@sqlwithsuraj6874
@sqlwithsuraj6874 5 ай бұрын
Thank you nice Explaination
@yasmineaziz608
@yasmineaziz608 5 ай бұрын
Thanks please , i write the same programme but i don t know why i dont have the msj inserted or …
@srishylesh2935
@srishylesh2935 7 ай бұрын
What if I want multiple items to be NOT NULL?
@ThePurplePetals
@ThePurplePetals 7 ай бұрын
I am using a shuttle type. When I am trying to insert those shuttle values in table. It is not working. Just coming ::: Not coming the values
@vivekanandtiwari4699
@vivekanandtiwari4699 8 ай бұрын
Sir I have a query Sir, I want that once the user edits the data and saves it, he should not be able to edit it again and just as the edit button is row wise, the save button should also be row wise. Sir, how to do this? Please help.
@vivekanandtiwari4699
@vivekanandtiwari4699 8 ай бұрын
Very helpful session sir
@yakaka1
@yakaka1 9 ай бұрын
how to export this data to excel or pdf
@jmathew6988
@jmathew6988 9 ай бұрын
Very nice tutorial... Thank you!
@akshaykangrali2707
@akshaykangrali2707 10 ай бұрын
Please explain the universal page and make video on them How to use them
@tigray1first
@tigray1first 10 ай бұрын
a copy of manish sharma
@Mercedes_28
@Mercedes_28 11 ай бұрын
Thank you!
@arunkumarcn440
@arunkumarcn440 Жыл бұрын
I have doubt can you please clarify it
@EduardoTorres-vr5bs
@EduardoTorres-vr5bs Жыл бұрын
hola bs tardes, como podemos descargar esta aplicación?
@farisiraqi8375
@farisiraqi8375 Жыл бұрын
I need to run the processor in this place -- Authentication Scheme -Post Logout Procedure Name
@farisiraqi8375
@farisiraqi8375 Жыл бұрын
create or replace PROCEDURE update_user_active_now(P_USERNAME IN VARCHAR2) IS BEGIN UPDATE usernamer SET active_now = 0 WHERE log_in = P_USERNAME; COMMIT; END;
@farisiraqi8375
@farisiraqi8375 Жыл бұрын
CAN YOU HELP FOR MY PROCEDURE TO UPDATE TUBLE USERS FAELID ACTIVE_NOW FROM 1 TO 0 WHEN THE WEB SINGOUT OR CLOSE PAGE THIS PROCEDURE DONOT WORG IN ORACLE APEX