Discussions
Categories
- 196.9K All Categories
- 2.2K Data
- 239 Big Data Appliance
- 1.9K Data Science
- 450.4K Databases
- 221.7K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 31 Multilingual Engine
- 550 MySQL Community Space
- 478 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3K ORDS, SODA & JSON in the Database
- 546 SQLcl
- 4K SQL Developer Data Modeler
- 187K SQL & PL/SQL
- 21.3K SQL Developer
- 295.9K Development
- 17 Developer Projects
- 138 Programming Languages
- 292.6K Development Tools
- 107 DevOps
- 3.1K QA/Testing
- 646K Java
- 28 Java Learning Subscription
- 37K Database Connectivity
- 155 Java Community Process
- 105 Java 25
- 22.1K Java APIs
- 138.1K Java Development Tools
- 165.3K Java EE (Java Enterprise Edition)
- 18 Java Essentials
- 160 Java 8 Questions
- 86K Java Programming
- 80 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 204 Java User Groups
- 24 JavaScript - Nashorn
- Programs
- 442 LiveLabs
- 38 Workshops
- 10.2K Software
- 6.7K Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 171 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 232 Portuguese
Where my APEX application gone in Oracle Cloud ?

I sign up for Oracle Cloud Free Trial. I choose the free APEX with Free autonomous DB. I created two APEX application, and logged to one of them two days ago. Today I got an email "Your Free Trial grace period has expired". That's ok as I doesn't use the payable options, and I wanted to focus on "Always Free" version as Oracle advertise it. Well, my bad... the applications gone, the apex workspace gone, and the DB gone. The only sign there were something is when I open Dashboard => Autonomus Database => Autonomus Data Warehouse, but when I click it, I can see empty page with message "Error retrieving values". Doesn anyone know if I can export the application I build... ?
Best Answer
-
You can use an ATP instance (that includes APEX) or an APEX instance (that is like a reduced ATP that not allow external access to the DB and some other limitations I do not remember), both of them are Always Free (I have used some of them for months). For Always Free, an ATP may be better since you have less restrictions and both of them are free.
Seems like you created it from a Stack from the quick start section on the OCI main page:
If that was the case (never used it) there may be something different that made your instance get excluded from Always Free (maybe you increased OCPU / Storage, I do not know!) and Oracle may have purged it at the end of the free period (or end of $$$)
Next time, create the instance from the Autonomous Database menu (choose either APEX or ATP) and ensure you comply with Always Free limitations.
Sorry that I cannot help more!!!
Answers
-
I don't think APEX comes with ADW Free Tier, only ATP Free Tier.
I've been using APEX on ATP Free Tier for 2yr now.
-
I'm sure with 90% I pick the autonomous database version directly from the APEX creator. Is there other way I can confirm I did it right and it's not DataWarehous DB ?
-
Your screenshot says "Autonomous Data Warehouse".
I've always chosen ATP (not APEX).
under "Tools", should be a link for APEX.
IIRC, You'll sign in ( Workspace = INTERNAL ) with your ADMIN account and create a workspace.
-
As far I see ADW has flag "Always Free Eligable" so it should stay... But as said I'm 90% sure I didn't create it from the ADW. What's more, the entry I showed in the first screen shot, is not available anymore. I found other thing which shows I install it, but when I click "APEX Login" I got 404. I assume it has been gone forever...
-
It sounds like only the Compute Node running ORDS went bye-bye.
If you can login into your database directly, you might be able to extract the applications with SQLcl.
-
You can use an ATP instance (that includes APEX) or an APEX instance (that is like a reduced ATP that not allow external access to the DB and some other limitations I do not remember), both of them are Always Free (I have used some of them for months). For Always Free, an ATP may be better since you have less restrictions and both of them are free.
Seems like you created it from a Stack from the quick start section on the OCI main page:
If that was the case (never used it) there may be something different that made your instance get excluded from Always Free (maybe you increased OCPU / Storage, I do not know!) and Oracle may have purged it at the end of the free period (or end of $$$)
Next time, create the instance from the Autonomous Database menu (choose either APEX or ATP) and ensure you comply with Always Free limitations.
Sorry that I cannot help more!!!
-
Oracle may have purged it at the end of the free period
Well, they'll definitely purge it if he doesn't use it for a few days.
-
ADB (Autonomous Databases) on Always Free accounts are shut down after 1 week with no usage, and they get terminated 3 months after that. The user mentioned that he log in two days ago (so that should count as activity) so if the Database or Service he created was terminated it was because the 30 days period ended and the Database / Instance was not inside the limits of Always Free servicies
-
7 days? 150 days? Who's counting? 🤣
It sounds like the OP needs to extract what he can and start from scratch.
Having a Free Tier Object Store may be required. (expdp of data schemas)
-
Yes, I created it from the quick start, not directly through the database. The thing is I didn't increase anything (CPU, memory, etc.) I choose the "Always Free Eligable". I saw, that the free credits I got, has been reduced a little bit 20-50$ dollars, but I was thinking it's because I have unlocked trial version, they charge everything even free. I assume base on what you said, I must chose something which was outside the "Free" zone.
Well, then is my fault.. but I thought Oracle is smart enough to notify you in advance, that you have had something which will be purged, so to give you a chance to do a backup or time to export at least...
Thanks guys for all replies. I learned a lesson.
Message for posterity: Wait till the end of the trial period, before you start developing stuff.. for you own safety.