Publishing applications to Application Container Cloud Service from Oracle Storage Cloud

Lucas Jellema
0 0
Read Time:1 Minute, 6 Second

This weekend, while preparing for a demo during Oracle OpenWorld 2016, I found a for me new way of publishing a new [version of an] application to Application Container Cloud: through Storage Cloud. The application archive – zip or tar – can be stored on Storage Cloud and the deployment to ACCS can be performed from Storage Cloud. I am not yet sure if this makes for a better automated workflow. What it does give me for now is an automatic backup of the application archive – it lives on Storage Cloud after having been deployed.

The steps I go through (using CloudBerry as file explorer on top of Storage Cloud – see this article for details):

1. Copy Application Archive to Storage Cloud:

image

 

2. Use the Cloud storage path option in the upload dialog, as shown in the figure:

Note: during the session of the ACCS Service Console, this setting is retained. So you need to type it (copy/paste it) only once – for next deployments it will be available.

image

 

3. Press Apply Edits to actually start the processing of the new application archive

image

 

4. ACCS starts reinitializing the application based on the application archive on Storage Cloud.

Redeployment can still take over a minute for a relatively simple application – this route via Storage Cloud does not remedy that.

image

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %
Next Post

Next Step in Row generation in Oracle Database 12c SQL using JSON_TABLE

One of those things SQL developers are frequently looking at is the generation of rows: having a query return records that do not really exist. For example to generate test data or to produce records for all days in a month. Tom Kyte usually selects from data dictionary views. Various […]
%d bloggers like this: