Posts tagged 12c
OOW 2012: The yearly AMIS Review from Oracle Open World and JavaOne – slides available
0Yesterday (16th October), 10 days of the end of the yearly Oracle show in San Francisco, AMIS organized its ‘Review from Oracle Open World 2012′ session with an overview of news, trends, announcements, special finds and interesting rumors . This session was ‘sold out’ (even though it was free). For close to 4 hours, the AMIS crew at OOW enlightened the audience about their main conclusions and greatest inspirational moments from the conference. Our slides from the seven presentations that together made up this interesting evening are now available on SlideShare to further digest.
1. Overview, Introduction, Keynote Highlights, Java and Developer Cloud Service, Release Overview and the Innovation Tour – Lucas and Paul AMIS OOW Review 2012- Deel 1 – Lucas Jellema & Paul Uijtewaal from AMIS Services
OOW 2012 – The Big Stories
0The show is over, the visitors are on their way home. The process of digesting the announcements, roadmaps and rumors – confirmed or not – can proceed in full swing. What has become of last year’s plans, what are this year’s plans (for next year and beyond) and what has materialized in terms of Oracle’s product portfolio. For everyone, the answers to these questions and the conclusions will be somewhat different – depending on focus, expectations and requirements. However, some conclusions will be shared by most who attended Oracle Open World 2012.
Without a doubt, some of the important themes were and will be: cloud – and at respectable distance – the next generation of database technology (12c) and of engineered systems (Exa… X3-v2), of mobile availability of both standard applications (Fusion Applications and other Oracle Applications products) and custom Portals and applications (through ADF Mobile on iOS and Android)
Facts and OpinionsThe Facts may seem the easy part – since these are more or less objective – but as soon as interpretation and clarification enter the fray , the absoluteness of the facts is not assured. For example around availability: is the Oracle Cloud More >
OOW 2012 – Larry Ellison’s Keynote Announcements: Exa, Cloud, Database
0Last night, Oracle Open World 2012 kicked off with the keynote session by Larry Ellison. In just under one hour, and with a novelty for Larry watchers (no more “next slide please”),
Oracle’s CEO had a number of interesting announcements.
Oracle will provide cloud services (no surprise) on all three tiers: SaaS, PaaS and (the surprise) IaaS.
WLST script to add DataSource and DBAdapter EIS Connection Factory
5Creating a EIS ConnectionFactory in your Database Adapter can be done with the WebLogic Administration Console, but of course this is also “scriptable”. What I needed was a script that created a Data Source with EIS Connection factory bound to the specific datasource.
First I created a properties file, let’s call it DsCf.properties. Everything between <> should be replaced with your own values:
# Propertie file for creating datasource and EIS DB Adapter # Created by Michel Schildmeijer # Domain settings domainname="<your WLS DOMAIN>" adminurl=<WLS HOST:Admin Port> adminusername=weblogic adminpassword=<passwd weblogic> #datasource settings datasourcename=<Name DataSource> datasourcedatabasename=<database> datasourcetarget=<targeted manaegd server> datasourcefilename= datasourcename + '.xml' datasourcejndiname= 'jdbc/' + datasourcename datasourcedriverclass=oracle.jdbc.OracleDriver datasourceurl=jdbc:oracle:thin:@<db host>:1521:<db sid> datasourceusername=<db user> datasourcepassword=<db user password datasourcetestquery=SQL SELECT * FROM DUAL #EIS Connection Factory settings connfactname=eis/DB/<Connection factory More >
Recent Comments