Skip to Main Content

DevOps, CI/CD and Automation

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!

Oracle Database and Instant Client 12.2 are now available

Christopher Jones-OracleMar 1 2017 — edited Jul 30 2017

Oracle Database 12.2 is now available on select platforms!: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html

Instant Client is similarly available e.g. on Linux x64 http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html

This release of Instant Client adds Data Pump & SQL*Loader to the 'Tools' package.

OCI new features are in the OCI doc: http://docs.oracle.com/database/122/LNOCI/release-changes.htm#LNOCI005  (Database-side new features are listed in http://docs.oracle.com/database/122/NEWFT/toc.htm)

Comments

John JB Brock-Oracle

What version of JET are you working with?
This looks like you may have the script module hardcoded to main.js in your index.html file, and we change that name to bundle.js when using --release. In the more recent versions of the JET Starter templates, injector tags are using in the index.html to update the requirejs main module name at build time.

  <!-- This injects script tags for the main javascript files -->
  <!-- injector:scripts -->
  <!-- endinjector -->
renangi

Ojet 9.2 migrated to Ojet 11

Look in your applications index.html for the lines that I provided above. If they don't exist and/or there are hardcoded strings for the require.js and main entries, add/replace with what I shared above.

renangi

<!-- This is the main css file for the default theme -->
<!-- injector:theme -->
<link rel="stylesheet" href="css/libs/oj/v9.2.0/redwood/oj-redwood-min.css" type="text/css" />
<!-- endinjector -->
i have above code in my index.html,

That is not the same injectors that I posted about. Those are the theme injectors at the top of the file. Look at the bottom of your index.html file as I posted early.

1 - 5
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Aug 27 2017
Added on Mar 1 2017
9 comments
9,963 views