Reports Builder in Oracle 10g - oracle10g

I am new to making the reports using Oracle 10g.
I have installed Oracle 10g (Database Express Edition).
It is run on my pc at port 8080
I am trying make the report. but i am not able to find the Reports Builder.
please help how i use report builder and suggest some good tutorials.
Thanks.

Install the Oracle Developer Suite for Forms and Reports.. You can use the Report Builder from this to generate your Reports..

Related

Problem with configuring crystal report XI with postgre database

We are using Crystal Report XI with DB2 data base for our Application .Now we have new request to develop a report from some other application which has postgre data base.
So same thing we tried with postgre data base that what we did in DB2 data base.
We installed the postgre odbc driver and Test the connection was successfull. But when i tried open from crystal report design, I dont find postgre data source in the list.
What are all the steps needs to do, to connect Crystal Report XI with Postgre database?
Please help me what I am missing here.
Thanks,
Naveen
Perhaps you configured a 64-bit ODBC DSN.
Crystal is a 32-bit application.
You need to configure a 32-bit DSN.

How to install Oracle express 10g and forms builder on windows 8.1

I have a project for databases course and need oracle 10g to create tables using sql+ and then build forms using form builder. I've tried many ways to install oracle express 10g and form builder but can't find the right way.

Connect Crystal reports with mongoDB

I am currently using CrystalREports 2013.
I have following configuration in CRConfig.xml file
<JDBCURL>localhost:27017</JDBCURL>
<JDBCClassName>jdbc:mongodb</JDBCClassName>
I have also copied the mongo-2.10.1.jar file in the lib directory under C:\Program Files (x86)\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib folder.
downloaded mongo-2.10.1.jar from https://github.com/mongodb/mongo-java-driver/downloads
When I open Crystal Reports and open new crystal reports. I try to connect to JDBC(JNDI) through the available Datasources option, upon click of finish, I get following error.. Failed to open the connection. Details: JDBC driver not found.
Some help in configuration in CRConfig.xml would be of great help.
MongoDB is a NoSQL database and therefore does not support JDBC connections, there's no JDBC driver for it. You won't be able to connect a standard reporting tool like Crystal reports to MongoDB.
You have a few alternative options:
I've heard that JasperSoft have tools for reporting against MongoDB
You can write a job that exports your MongoDB data into a traditional SQL database and connect Crystal to the SQL database
You can write your own tool to pull information out of MongoDB using one of the language drivers.
Looks like it worked with UnityJDBC : http://www.unityjdbc.com/mongojdbc/mongo_jdbc.php
Settings in CRConfig.xml file are as follows.
<Classpath>C:\mongodb\jdbcdriver\mongo-java-driver- 2.11.2.jar;C:\mongodb\jdbcdriver\mongodb_unityjdbc.jar;
<JDBC>
<CacheRowSetSize>100</CacheRowSetSize>
<JDBCURL>jdbc:mongo://localhost:27017/claimLoadingDB</JDBCURL>
mongodb.jdbc.MongoDriver

Installing Oracle 10g with Apex 4.0

I installed Oracle 10g Express Client. I have Apex 2.1 right now. I tried to follow the instructions in this video (http://www.youtube.com/watch?v=xf2HEtNmHmU) to upgrade to Apex 4.0, but when I enter my password in cmd, it says TNS protocol adapter error, so I could not proceed. Please help me.
Also, can I create an application in apex 2.1 with charts implementation?
You need to install the full Oracle Express Database (not just the client).
You could try the 11g Express Edition beta which has 4.0 already installed
http://www.oracle.com/technetwork/database/express-edition/11gxe-beta-download-302519.html

CR Oracle ODBC driver

I have Crystal report 10 and need to connect to oracle db. Am looking for
CR Oracle ODBC driver. Where can i get it from.Please help.
You have to install your ODBC driver in Windows by going to Control Panel, then Administrative Tools, then Data Sources (ODBC).
Click the Add button, and you should see Microsoft ODBC for Oracle as an available choice. Installing this driver does require that you have the correct Oracle drivers installed first. Once you have finished installing, Crystal Reports must be restarted to see the change.
Once these steps are completed you should have Oracle Database in your list of choices for an ODBC connection in CR.