Call: +44 (0)1904 557620 Call
Forum

Welcome, Guest. Please Login.
Apr 25th, 2024, 4:11pm
News: Welcome to Pete Finnigan's Oracle security forum
Home | Help | Search | Members | Login
   Pete Finnigan's Oracle Security Forum
   Oracle Security
   Application Server Security
(Moderator: Pete Finnigan)
   OAS 10g - portal default password
« Previous topic | No topic »
Pages: 1  Reply | Notify of replies | Send Topic | Print
   Author  Topic: OAS 10g - portal default password  (Read 16274 times)
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
OAS 10g - portal default password
« on: Nov 7th, 2005, 2:35pm »
Quote | Modify

Hi
I need the default portal schema password in Oracle Application Server 10g (username=portal);
I've changed it and now the OC4J-BI-Forms can't start; it gives me the error "database dependency failed portal" and nobody can connect to my portal instance.
The portal default password doesn't figure in the password list of the site. does somebody knows it
Thanks for helping me
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #1 on: Nov 7th, 2005, 2:53pm »
Quote | Modify

Hi,
 
do you mean the database schema account? - if so the portal schema default name is PORTAL30 and the password is PORTAL30.
 
cheers
 
Pete
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #2 on: Nov 7th, 2005, 6:13pm »
Quote | Modify

Sorry but whith ias10g (9.0.4) the portal database schema account is "portal" and i don't know the password... I've seen in oracle forum many people who got the same problem; I've change now the portal schema password in EM mode but my problem is'nt solve...
What can i do  Cry
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #3 on: Nov 7th, 2005, 8:13pm »
Quote | Modify

Hi Adam,
 
I have a lot of updates for the default password list that I just have not had time to add to my site yet. I have around 500 new default users and passwords to add. I have checked my lists and have:
Code:
PORTAL CHANGE_ON_INSTALL 36264325D174B467
PORTAL PORTAL A96255A27EC33614','

 
That is username, password, hash. Try these?
 
cheers
 
Pete
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #4 on: Nov 8th, 2005, 9:06am »
Quote | Modify

Thanks a lot
I fixed my problem; in though i needed to synchronize OID password and database account password by setting the portal password attribute to the database schema account:
cn=orcladmin@OID_hostnameShockedID_port  
       (for example: cn=orcladmin@infra.acme.com:4032)  
     => Entry Management
     => cn=OracleContext
     => cn=Products
     => cn=IAS
     => cn=IAS Infrastructure Databases
     => orclReferenceName=asdb.<domain, ie us.oracle.com>
     => OrclResourceName=PORTAL
I'm really happy to have solve this problem
Cheers
Adama
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #5 on: Dec 22nd, 2005, 3:15am »
Quote | Modify

I have the same problem. I changed Portal password by going to sqlplus and now OC4JFORM and report server will not start. Can you explain how you solve dthis for benefits of all. I understand from OAS documentation I should be changing it from Middle Tier in OAS. But having missed that step before, now if I go and try to change again with the hope this will make datbase password and repository password in syncper book), it gives me error Invalid password.
 
We are using 9.0.4. What tab you used to - "synchronize OID password and database account"
 
Thanks
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #6 on: Dec 22nd, 2005, 11:21am »
Quote | Modify

Hello
You have to synchronize the OID schema with the database account of portal user.
Go to Oracle Directory manager,open the treeview: entries management, cn=oraclcontext,cn=products,cn=ias,cn=ias infrastructure databases,orclreferencename=yourdatabasename,orclresourcename=portal and look the value of the property orclpasswordattribute, this is the right password of portal.
You can now go to sqlplus and do an "alter user portal identified by 'right password'"
 
Restart all your IAS...it'll be ok
 
Hope you'll solve your problem...
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #7 on: Feb 22nd, 2006, 3:43pm »
Quote | Modify

Thanks a lot adama !
You are the man !
 
You safe a lot of my time !
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #8 on: Feb 22nd, 2006, 9:23pm »
Quote | Modify

If you have OID you can ask the portal password with a ldapsearch command:
 
ldapsearch -h <host> -p <port> -D "cn=orcladmin" -w <pw> -b "cn=IAS Infrastructure Database,cn=IAS,cn=Products,cn=OracleContext" -s sub "orclresourcename=PORTAL" orclpasswordattribute
 
And the password (and some other passwords) are stored unencrypted in one of ODS CT_ tables (I think ct_dn).
 
Ivan
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #9 on: Feb 23rd, 2006, 11:55am »
Quote | Modify

Thank for tip isaez !
 
But for me it need correction:
-b cn=IAS Infrastructure Databases
 
And a full commad:
ldapsearch -h <host> -p <port> -D "cn=orcladmin" -w <pw> -b "cn=IAS Infrastructure Databases,cn=IAS,cn=Products,cn=OracleContext" -s sub "orclresourcename=PORTAL" orclpasswordattribute
 
 
Maby I'm blind, but I have not found unencrypted passwords in ODS.CT_DN table or any similar table.
Know anyone in witch table are these unencrypted passwords ?
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pete Finnigan
PeteFinnigan.com Administrator
*****




Oracle Security is easier if you design for it

   
View Profile | WWW | Email

Gender: male
Posts: 309
Re: OAS 10g - portal default password
« Reply #10 on: Feb 23rd, 2006, 5:35pm »
Quote | Modify

Marcel,
 
I don't remember which table exactly. But I know I had to search the Entryid of user portal in one table (I think ct_sn or something like that) and with that entryid I had to search in another table for the password. Maybe I did it through a ods procedure. I don't remember exactly. I'll try to find it out and will let you know.
 
Ivan
IP Logged

Pete Finnigan (email:pete@petefinnigan.com)
Oracle Security Web site: http://www.petefinnigan.com
Forum: http://www.petefinnigan.com/forum/yabb/YaBB.cgi
Oracle security blog: http://www.petefinnigan.com/weblog/entries/index.html
Pages: 1  Reply | Notify of replies | Send Topic | Print

« Previous topic | No topic »

Powered by YaBB 1 Gold - SP 1.4!
Forum software copyright © 2000-2004 Yet another Bulletin Board
  • PFCLScan PFCLScan

    Simply connect PFCLScan to your Oracle database and it will automatically discover the security issues that could make your Oracle database vulnerable to attack and to the potential loss of your data.

  • PFCL Obfuscate PFCLObfuscate

    PFCLObfuscate is the only tool available that can automatically add license controls to your PL/SQL code. PFCLObfuscate protects your Intellectual Property invested in your PL/SQL database code.

  • PFCLCode PFCLCode

    PFCLCode is a tool to allow you to analyse your PL/SQL code for many different types of security issues. PFCLCode gives you a detailed review and reports and includes a powerful colour syntax highlighting code editor

  • PFCLForensics PFCLForensics

    PFCLForensics is the only tool available to allow you to do a detailed live response of a breached Oracle database and to then go on and do a detailed forensic analysis of the data gathered.

  • Products We resell PFCLReselling

    PeteFinnigan.com Limited has partnered with a small number of relevant companies to resell their products where they enhance or compliment what we do

  • PFCLATK PFCLATK

    PFCLATK is a toolkit that allows detailed pre-defined policy driven audit trails for your Oracle database. The toolkit also provides for a centralised audit trail and centralised activity reporting

  • PFCLCookie PFCLCookie

    PFCLCookie is a useful tool to use to audit your websites for tracking cookies. Scan websites in a natural way using powerful browser driven scanner

  • PFCL Training PFCLTraining

    PFCLTraining is a set of expert training classes for you, aimed at teaching how to audit your own Oracle database, design audit trails, secure code in PL/SQL and secure and lock down your Oracle database.

  • PFCL Services PFCLServices

    Choose PFCLServices to add PeteFinnigan.com Ltd to your team for your Oracle Security needs. We are experts in performing detailed security audits, data security design work and policy creation

  • PFCLConsulting PFCLConsulting

    Choose PFCLConsulting to ask PeteFinnigan.com Limited to set up and use our products on your behalf

  • PFCLCustom PFCLCustom

    All of our software products can be customised at a number of levels. Choose this to see how our products can be part of your products and services

  • PFCLCloud PFCLCloud

    Private cloud, public cloud, hybrid cloud or no cloud. Learn how all of our services, trainings and products will work in the cloud

  • PFCLUserRights PFCLUserRights

    PFCLUserRights allows you to create a very detailed view of database users rights. The focus of the reports is to allow you to decide what privileges and accounts to keep and which to remove.

  • PFCLSTK PFCLSTK

    PFCLSTK is a toolkit application that allows you to provide database security easily to an existing database. PFCLSTK is a policy driven toolkit of PL/SQL that creates your security

  • PFCLSFTK PFCLSFTK

    PFCLSFTK is a toolkit that solves the problem of securing third party applications written in PL/SQL. It does this by creating a thin layer between the application and database and this traps SQL Injection attempts. This is a static firewall.

  • PFCLSEO PFCLSEO

    PFCLSEO is a web scanner based on the PFCLScan technology so that a user can easily scan a website for technical SEO issues