Posts by Johnny Blasius Seubert • 1 point
4 posts
-
0
votes0
answers6
viewsQ: Oracle Apex upload data via csv file
I have a problem in my system, I have a demand where I need to implement a functionality to be possible preencher dados através de um arquivo csv, a company would create in Apex the records for the…
-
0
votes0
answers8
viewsQ: Paging oracle Apex without updating query
Hello I’m with a problem, my company has a screen where we have a classic report which contains people’s permissions for screens and system functions, but we have a problem, we have a query that…
-
0
votes0
answers16
viewsQ: Convert Long Raw Data to BLOB ORACLE DB
My situation is as follows, I have 2 tables with different Owners, a stores the photos of the company’s employees in formed LONG RAW and on the other site I need to fetch these photos and present…
-
0
votes0
answers37
viewsQ: How to limit to not being able to pass 3 units of a book in a PL/SQL ORACLE rental
I’m making a bookstore in APEX and I can’t allow the client to rent more than 3 books. But even putting the code the program does not bar. declare W_QUANTIDADE_EMPRESTIMOS number; W_STATUS…