Involved in the creation of the database in PeopleSoft FSCM

Hi all


I am creating the peoplesoft FSCM 9.2.I for database have followed the steps outlined in the document to install oracle (peopleTools version 8.54). I had the problem when I try to connect like application designer "EBU Invalid ID and password for sign. I can able to connect using Data Mover SYSADM/SYSADM.

I have run the grant.sql query too. Please tell how to solve these errors. I created the db twice, but no luck, I got the same problem.

I doubt that there is any some Userid for FSCM (Say VP1),because I have procedure step by step the document they say for user ID FSCM is VP1. But in dbowner.sql it look like as follows

DBOwner.SQL

------------------

set echo on

coil dbowner.log

GRANT DBA TO PS IDENTIFIED BY PS;

CONNECTION PS/PS;

CREATE TABLE PSDBOWNER (DBNAME VARCHAR2 (8) NOT NULL, OWNERID VARCHAR2 (8) NOT NULL) TABLESPACE PSDEFAULT;

CREATE A UNIQUE PS_PSDBOWNER ON PSDBOWNER (DBNAME) INDEX TABLESPACE PSDEFAULT;

CREATE THE PSDBOWNER FOR PSDBOWNER PUBLIC SYNONYM;

System/CONNECTION Manager;

REVOKE DBA OF THE PS;

ALTER USER QUOTA UNLIMITED ON PSDEFAULT PS;

spool off

--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

"Please tell me if I need to change the" 'PS " as"VP1 "in file above. ? If it's like me please where are all the place, I have to change "PS" as "VP1. And when during the installation of the database as asking for Application Server ID Application Server and Password.Please tell what I want to give "PS" or "VP1"? Untitled.png

Please help resolve this error. Sorry if I misunderstood any procedure.

I think you need some basic knowledge of first before going any further in the installation.

SYSADM is the owner of the user Oracle Peoplesoft objects (tables, views,...), you can connect to SGD but will be "bootstrap" mode only. It cannot be used for AppDesigner connection.

PS is a locked user account Oracle hosting only arrays of connection security. It cannot be used for any connection of DMS or AppDesigner application.

VP1 is a user of the application. It cannot be used for Oracle, only DMS/AppDesigner connection. If you turn on all counts with the default password of the screenshot that you has shown, it should be able to connect to the application.

Server application ID is used to manage the application server, defined in the configuration file of the application server.

Sorry to move, but you really must go through the documentation official http://docs.oracle.com/cd/E55418_01/psft/html/docset.html

In particular: http://docs.oracle.com/cd/E55418_01/psft/acrobat/Getting_Started_on_PeopleSoft_Installation_072014.pdf and http://docs.oracle.com/cd/E55418_01/psft/acrobat/PeopleTools_8.54_Installation_for_Oracle_072014.pdf

I also explained something like several years there on my blog and always topical: on the road to Peoplesoft: on the road to Peoplesoft: creation of the Peoplesoft database

Nicolas.

Tags: Oracle Applications

Similar Questions

  • on the creation of the database in Peoplesoft.

    Hello..

    I'm trying to create the database using scripts provided by peoplesoft HRMS9.
    FYI, I did install Tuxedo 9.1, 9.2, of webserver PeopleTools8.49 and HRMS 9. I use Oracle 11 g 1 material on Oracle Enterprise Linux 5.3

    Well, I read on Annex B to Enterprise PeopleTools 8.49 Installation for Oracle and some Web sites.
    I modified createdb10.sql, utlspace.sql. I ran these scripts and the database has been created.

    Well, when I ran dbowner.sql I got an error. I run as the owner of oracle and login in as sysdba.

    SQL > CONNECT PS/PS;
    Access to the PRODUCT_USER_PROFILE error
    WARNING: Product user profile information has not loaded!
    You may need to run PUPBLD. SQL as SYSTEM
    Connected.

    so I ran PUPBLD. SQL first. And then I run dbowner.sql. But the error still occurred. I read of this http://psst0101.wordpress.com/2009/01/21/step-by-step-virtual-ps-install-database-creation/

    Any suggestions please, because I read in http://gasparotto.blogspot.com/ he ran not pupbld.sql but managed.

    Anyone has same experience... ??

    What is the default tablespace of the PS?
    Please do the following and post the result:

    select * from dba_users where username='PS';
    

    Anyway, do not worry, the create session privilege is revoked in p.
    Finally, you can try to run this script (PUPBLD. SQL) in the SYSTEM, not as a SYS.

    Nicolas.

  • Regarding the installation of peoplesoft FSCM

    Hello

    I try to install the Peoplesoft FSCM module. I was able to install SQL SERVER, WEBLOGIC, TUXEDO, PEOPLETOLLS 8.52. According to the manual, now I need to install FSCM CD that I downloaded from the oracle e-delivery site. When I extracted the zip files that I received from oracel site, I don't see any files .bat or .exe files to install this apps. I'm following the correct procedure? Please let me know if I miss anything. This is my first installation.

    Thank you very much!

    you do the right way but double check the size of the CD that you downloaded from the site of delivery electronic oracle, if you download the finances of PeopleSoft Enterprise and Supply Chain Management 9.1: Feature Pack - March 2011 V24363-01, it should be 1.2 g (make sure that there is no pause pauses during download)
    After extraction of the Cd, you need two disks under V24363-01 folder and you can find the installer at FSCMV24363-01\Disk1\InstData\

    hope this will help you

    Thank you
    Baker

  • Creation of the database crashed

    Hello

    I try to install RAC with 2 OEL 5.8 knots.

    GI 11.2.0 is installed
    The installation of the database crashed in the dbca Wizard.

    When I tried to restart, I got:
    PRCD-1121: Speciffied RAC RAC Server Pool hosts one
    managed by administrator configuration for RAC databases

    Thanks for your help

    Hello

    that means srvctl config database shows? you did not indicate at what stage database creation failed / crashed.

    Check the alert.log to exact status and above the exit command to see why his complaining.

    Thank you
    Krishan

  • creation of the database

    Hello

    database: oracle 11g
    OS: Linux

    How to create the database manually? which method is suggestable to the creation of the database (creation of dbca/manual)?

    Thank you
    Mike.

    How to create the database manually?

    example script:

    CREATE DATABASE mynewdb
    The USER SYS IDENTIFIED BY sys_password
    The USER IDENTIFIED BY system_password SYSTEM
    LOGFILE GROUP 1 ('/ u01/app/oracle/oradata/mynewdb/redo01.log') SIZE in the 100M.
    GROUP 2 ('/ u01/app/oracle/oradata/mynewdb/redo02.log') SIZE in the 100M.
    GROUP 3 ('/ u01/app/oracle/oradata/mynewdb/redo03.log') SIZE 100 M
    MAXLOGFILES 5
    MAXLOGMEMBERS 5
    MAXLOGHISTORY 1
    MAXDATAFILES 100
    CHARACTER SET US7ASCII
    NATIONAL CHARACTER SET AL16UTF16
    LOCAL MANAGEMENT MEASURE
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/system01.dbf' SIZE 325 M REUSE
    SYSAUX DATAFILE ' / u01/app/oracle/oradata/mynewdb/sysaux01.dbf' SIZE 325 M REUSE
    DEFAULT TABLESPACE users
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/users01.dbf'
    SIZE 500M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED
    TEMPORARY TABLESPACE tempts1 default
    TEMPFILE ' / u01/app/oracle/oradata/mynewdb/temp01.dbf'
    RE-USE OF SIZE 20 M
    UNDO TABLESPACE undotbs
    DATAFILE ' / u01/app/oracle/oradata/mynewdb/undotbs01.dbf'
    SIZE 200M REUSE AUTOEXTEND ON MAXSIZE UNLIMITED;

    which method is suggestable to the creation of the database (creation of dbca/manual)?

    Manual creation is the best.
    If you have no problems of GUI (DBCA) is an easy method.

    see below link for more information.
    http://docs.Oracle.com/CD/B28359_01/server.111/b28310/create003.htm

    Published by: KR10822864 on April 17, 2013 05:53

  • Creation of the database - need help

    Hi all

    I am new to the creation of the database. We have a project starting early next month.

    The application acts as an interface to multiple users. A user will have access to its together authorized data.
    So, he/she can/don't should not access the data of other users. This is the scenario with all other users.

    We hope that we will have the large amount of data specific to each user. We have identified some ways to do this:

    1. create separate schemas for each user.
    2. create a unique layout and have a main table that will have all the details of the user. On this basis, the data will be created in the tables.
    3. do you have a unique layout and create partitions partitions/sup in the tables for each user.

    We have identified the above, with a minimum exposure of creation/maintenance of database. So, we do not know who would be the ideal way

    Can you please suggest the best thing to do here.

    Thanks in advance.

    If the data structure is exactly the same for all these users and the number of users is high, a better way is to its virtual private database. With DPV, you have a transaction data, but each user will have access to its own lines only.

    http://www.Oracle.com/technetwork/database/security/index-088277.html

    It is more extensible than the solutions you provided and are very transparent after the initial installation.

  • Client Oracle is a test for the creation of SP database?

    I have the Oracle 10 g client in my machine. Is there a database of test I can connect to and create stored procedures?
    If not, is it possible to create a local database?
    And what about the Oracle Express customer? It come with a test database? Or do I need to install the database in my system for the creation of SP?

    901007 wrote:
    I have the Oracle 10 g client in my machine. Is there a database of test I can connect to and create stored procedures?
    If not, is it possible to create a local database?
    And what about the Oracle Express customer? It come with a test database? Or do I need to install the database in my system for the creation of SP?

    N ° you must install the version of the oracle for this database server.

  • What are the risks involved in the Migration of Oracle 7 database to oracle10G

    Hello
    As a requirement of business me are necessary for the migration of our current production (Oracle 7.3.4) database to Oracle 10 G R2.

    I need to understand the risk involved in the affirmative and corrective action necessary.
    Your small contribution is greatly appreciated.

    Thanks in advance.

    Kind regards
    Vijay

    I did the migration of Oracle 8.1.6 to 10g database. Although I wasn't about many questions, questions I have met have been documented in Metalink. First, you will need to do a test migration, a UAT and then go to know the risk to go into production.
    I think you need to upgrade to 8.1.7 and migrate then import/export 10g directly. I had faced problems with the database with the Oracle Application database queues.

    Kind regards
    Marie.

  • Creation of the database for the HRMS 8.9 and 8.49 PT on SQL Server 2005

    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    I reinstall HRMS database and run the wizard several times with the same result. I also install Service pack 3 to sql 2005 bu nothing...
    No idea what could be the problem?
    Thanks for the help
    Fernando

    user10990985 wrote:
    Hello
    I have a problem when running database for HRMS 8.9 Wizard and 8.49 PT on SQL Server 2005. The wizard create the database, create and complete all tables but when trying to create the last display of the script produces this error

    Create view EO_MSGOWNRID_VW
    SQL mode: error 2: 16102
    End: Monday May 10 14:00:06 2009
    Unsuccessful end

    The mistake is not on EO_MSGOWNRID_VW, but this point of view is the last of the build. You need to check the load log file and search for the string "SQL error" or something similar that indicate which view is currently in an error state. After your exit, two views creation failed.

    Nicolas.

  • DBUA always necessary when installing the game patches before the creation of the database?

    Hello!

    I'm actually reinstall my tesserver from scratch. Of course finally system shoul be completely corrected. As performer DBUA really is the boring part of the application of the fix, I wonder if I have to run DBUA at all, if I do all the patches before you create the database. As much I know it shouldn't be necessary, right?

    My plan is to do the following

    -Install 10.2.0.1
    -Install Patch 10.2 .0.4
    -Install processors
    -Create the database
    (-> performance DBUA is not necessary)

    I'm wrong or what I need to use DBUA anyway? BTW: the database will be a "new database" (not recreated from a template).

    (I think that databases in the models are just restored databases and should be corrected in any case, after the creation).

    Best regrards,
    Marcus

    DBUA is used to upgrade the databases after you patched. Since you will create a new database after you apply the hotfix, you don't need to update.

  • Unable to connect to the database, check the creation of credentials 11.1.2.3 FDM

    Hi all

    I installed the Hyperion 11.1.2.3 with Oracle 11 g version. Installation and Configuration completed successfully.

    I am able to connect to Essbase, Planning, HFM. but when I try to create FDM app, I get an error message

    Unable to connect to the database, check the database credentials.

    If one is confronted with the same problem, please help me to solve this problem.

    Kind regards
    Mady

    You have added the basic data for the FDM database information in the tnsnames file, the location of the file used by EPM are defined by the TNS_ADMIN environment variable

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Percentage of the LMS in the creation of the database

    Hello
    Currently, I have installed the Oracle 11 g (11.2.0.1.0) database on Solaris, when you specify the storage and the location of the database files has been selected the type of file system and type of storage: use the locations of model database of default values EMS appears at a rate of 40% with the database of the wizard. In this way, I had memory problems, that's why I lower the percentage of 20% SGA. My question is: is this correct number assigned to the database SGA?

    Thank you

    My question is: is this correct number assigned to the database SGA?

    As a new database, so you can not predict the performance soon, initially, you can alloate SGA according to available 25 to 40% of the RAM RAM. Subsequently therefore we increase the SGA.

    * Tips for sizing the SGA on UNIX [ID 1012819.6] *.

  • Error in the creation of the database of hot RMAN backup

    Hello

    I created the database at the time of the installation of Oracle software. Name AAA
    Now I took hot RMAN backup of database and after the fall of database.

    Now I want to restore the database again, but I am facing a problem.

    as: if I want to connect RMAN, $rman target / it gives error

    Recovery Manager: Release 10.2.0.1.0 - Production on Tue may 24 15:29:17 2011

    Copyright (c) 1982, 2005, Oracle. All rights reserved.

    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of the package manager internal collection failed
    RMAN-04005: target database error:
    ORA-12560: TNS:protocol adapter error

    Please help to get me out of this problem.


    Regs,
    Brij

    See this topic and say if this can help

    http://forums.Oracle.com/forums/thread.jspa?threadID=2190328&TSTART=90

  • Creation of the database by using the command prompt

    Hi all

    When I tried to create the database through comand prompt, up to the stage business nomount , that it went well after that when I published create database command

    The following error occurred

    * ERROR at line 1:
    ORA-01092: ORACLE instance is complete. Disconnection forced *.


    Help, please... I checked the log of alerts and I even google, could not find...

    Kind regards
    VAMSi.

    as mentioned above, changing the size of sysaux and longer system data file will solve the problem.

    also modify the undo tablespace or in name create pfile from your database or database script.

    hope this helps you.

  • Error after the creation of the database

    Hello again,

    Oracle 11.2.0.1 database
    I created a database manually by using the DB_RECOVERY_FILE_DEST and DB_CREATE_FILE_DEST parameters.
    Run catalogue and catproc, attempted to restart the database, and I get in the alert file:

    ORA-00210: could not open the specified control file
    ORA-00202: control file: ' / u01/app/oracle/product/11/db/dbs/cntrlMYDB.dbf'
    ORA-27037: unable to get file status
    SVR4 error: 2: no such file or directory
    Additional information: 3
    ORA - 205 marked during: ALTER DATABASE MOUNT...

    What the heck is cntrl.dbf control file? I don't have the name of the control files, and above all, I wouldn't put one in the dbs directory.

    Thanks for the help!

    The docs say

    http://download.Oracle.com/docs/CD/E11882_01/server.112/e10595/omf003.htm#i1006324

    -----------
    Sybrand Bakker
    Senior Oracle DBA

Maybe you are looking for