I am new in oracle apex...
can any one tell me that from which site I can get oracle apex sample and professiona(running) Projects which are deployed in the companies .From that we can learn a lot that how the professional we can write the code.
There used to be a bunch of packaged applications, but it seems you are out of luck right now:
http://www.oracle.com/technetwork/developer-tools/apex/application-express/packaged-apps-090453.html
You can find the standard sample application there.
Regards,
Rob.
There is a list of commercial APEX applications on the OTN APEX website here. I don't imagine they let you look at their code though.
Related
I don't know I should ask this question over here. I know it can be marked too broad or marked as close.
I have started learning BI and data analysis. I search on internet I found some good tools which I am interested QlikView & PowerBI.
I like some help from you guys like Sample data where I can play around and some scenarios. If I get some website or some tips to learn.
I will very much appreciate for some help.
Microsoft Power BI:
https://powerbi.microsoft.com/it-it/desktop/
Sign up (free) and Microsoft will give you sample data to use and see on Power BI.
If you are interested in the single component:
Excel 2013 Power Pivot: https://technet.microsoft.com/en-us/library/gg399078(v=sql.110).aspx or https://support.office.com/en-us/article/Tutorial-Extend-Data-Model-relationships-using-Excel-Power-Pivot-and-DAX-cf7197d3-1938-490e-93fb-20371e8dd67a (I prefer this one)
Excel 2013 Power Query:https://support.office.com/en-us/article/Power-Query-101-008b3f46-5b14-4f8b-9a07-d3da689091b5 or https://support.office.com/en-us/article/Microsoft-Power-Query-for-Excel-Help-2b433a85-ddfb-420b-9cda-fe0e60b82a94
Excel 2013 Power View: https://support.office.com/en-us/article/Tutorial-Create-Amazing-Power-View-Reports-Part-1-e2842c8f-585f-4a07-bcbd-5bf8ff2243a7
Power BI Desktop: https://powerbi.microsoft.com/en-us/documentation/powerbi-desktop-getting-started/
Try the Lahman baseball database. A number of R scrips exist w/ output, so that you can compare your analysis from whatever tool you used.
Once you sign up at www.qlik.com there is a documentation and tutorial download in their download section for each of their products. The complete version of the tutorial includes a data set that will get you going
Qlik sense has a desktop version which is free to try and comes with sample data. Its easy to get started with! http://www.qlik.com/products/qlik-sense/desktop
Best of luck!
For both Qlikview and Qlik Sense you can download their free desktop app.
Afterwards you can install the Google Bigquery ODBC driver and access the Bigquery public dataset. In fact it is beneficial to simply learn BI using Google Bigquery.
Follow this tutorial to see how you can retrieve/manipulate the data.
You can find QlikView and Qlik Sense demos in this link:
http://eu-a.demo.qlik.com/
Both applications are fully free to use for personal use and I would suggest you start your Qlik journey with Qlik Sense. It is their latest product where you can create applications and even share them with your friends through Qlik Cloud.
Definitely worth a go.
We are planning to create crystal reports on QC 10. I was wondering if there is any built-in support in QC 10 for crystal report. I will like to you know the best way to use crystal reporting in QC 10.
Is such thing possible or is there a recommended workaround to that?
Thanks for any help!
The examples I have seen use the ActiveX controls to connect things up. Since the data is all stored in a SQL Server instance, you could technically hit the DB directly (if you know the table structure). Here's a forum thread on the HP site dealing with exactly that kind of solution: http://h30499.www3.hp.com/t5/ITRC-Quality-Center-Forum/Connection-between-QC-and-Crystal-Reports/td-p/4627218
Hi there? Please give me a website where I could study VB6.0, I want gradual steps of DatabaseConnection tutorial, like for instance is using ADODB or DataControl. Thanks! I need simple program [Search,DataEntry,Delete,Edit,View]...
I used to use this site a while ago - found it quite useful and there is a database guide with it aswell
http://www.vb6.us
http://www.vb6.us/guides/vb6-database-guide
Used this site briefly when I had to get back in the VB6 swing of things:
http://www.vbtutor.net/vb6/vbtutor.html
They also have a fairly robust database guide.
Can you please give some tips or guidelines, best practices for MicroSoft SQL server to Oracle Data Migration? IMHO, it is something that comes best with experience. So I would like to benefit from your experience. Please share any insights that you have into design, modeling, testing or tuning for a data migration project. I would really appreciate if you share your experience even if it is not between these two RDBMSs.
Oracle offers a free IDE, SQL Developer, which includes a Migration Workbench to support moving data from MS SQL to Oracle. Check it out.
My company is currently undergoing efforts to migrate from Informix to Oracle 10g. We don't want to use any form of oracle forms but instead want to create Java web based forms that interact with the Oracle db (these will replace our Informix forms). Some of the forms also need to implement some JNI to our underlying C code libraries.
What's the best way to tackle this - ie, using JSF?
Opinions welcome!
Karen
There really is no "Best Way".. look at the tools available and assess for yourself.
Without knowing the scope of your project, I'd personally look at something like Grails
#KNewton Right now, my company is undergoing on a similar project.
Which java framework did you use to re-write your oracle forms application?