Click here to Skip to main content
15,895,833 members
Please Sign up or sign in to vote.
3.00/5 (2 votes)
See more:
How to find(query) the default database name in Oracle Database 10g Express Edition - SQL prompt.

I tried 'XE' as database name to connect Oracle Report, but it not working.

Guide me to create new database in Oracle 10g Express Edition, & steps to connect that database with Oracle Report 10g.
Posted
Updated 3-Sep-12 20:37pm
v3

1 solution

Try if this works:
SQL
SELECT ora_database_name FROM dual;
 
Share this answer
 
Comments
santhya123 4-Sep-12 2:03am    
I getting the database name as 'XE', while enter the username/password & database name(XE) in Oracle Report to connect, it was not connecting.

Throwing the Error message - 'Unable to connect the specific database'
Sandeep Mewara 4-Sep-12 2:13am    
Error message suggests some issue with tour connection string (probably credentials) or server not accessible due to firewall or so.
santhya123 4-Sep-12 2:31am    
Thanks for the help.

To connect with Oracle Report, whether network connection is needed?
Guide me to connect with Oracle Report 10g.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900