Query PHP to HTML data movement

Howdy all,

Noob again question.

I spent the last month working on a bunch of HTML pages, and with your help, I was able to get well enough to the CSS, positioning, formatting etc.

I am very satisfied with my 20 pages or more and the ease with which they can now be handled.

So I'm ready to kick up a notch, and this weekend began to my configuration database and created a single table.

I am able to hit my server, open the db, do a query and display the results on the screen empty (hooray!).

BUT! Enter this 'trick' of the DB in my HTML pages is another story.

This morning I tried the page next and after a small jump, got to work.

But please don't tell me that I have to write all of this PHP code for each of the variables on my pages

There are "dummy" variable I can use - $query = htmldummy; htmldummy goes into a div or < td >?

Is there some javascript that I can use to transfer MANY variables read the DB to HTML?

Can I register any html or php pages?

You have any ideas?

Again, if you can just point me in the right direction, I would be very grateful.

Tim

< html >
< head >
< style >
{.testtable}

Width: 200px;
background-color: aqua;
border: 1px solid black ;}
.TestTable td {}
text-align: center;
border: 1px solid black ;}

< / style >
< / head >

< body >
< table class = "testtable" >
Table of Test of MySql < tr > < th > < /th > < /tr >
< tr > < td >

<? PHP
$host = "host.host.com";
$user = 'username ';
$password = "password";
$dbname = "64140_easyemr";
$cxn = mysqli_connect($host,$user,$password,$dbname);
If (mysqli_connect_errno()) {no echo 'No connection'. mysqli_connect_error() ;}}
$query = "select * from where administrative lastname = 'gould" "; $result = mysqli_query ($cxn, $query) or die ("could not do 2');
While ($row = mysqli_fetch_array ($result))
{
echo "{$row ['name']}";
}

mysqli_close ($CXN);
? >

< table > < /tr >
< /table >
< / body >
< / html >

Save pages with the code server in them like .php side.

the .htm or .html pages did not analyse the data unless your host has set up your server to read pages .html as if they were .php.    According to my experience, it is much simpler to use only the .php extension.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Connection Data Mover by the ID of the operator regarding while finance fbmp mounting

    Hi all

    I have a doubt during the installation of the PS FSCM9.1 FP2

    We need change dbowner.sql as below, for the installation of the application of finance

    set echo on
    coil dbowner.log

    GRANT DBA TO VP1 IDENTIFIED BY VP1.
    CONNECT VP1/VP1;
    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 VP1;
    ALTER USER VP1 QUOTA UNLIMITED ON PSDEFAULT;

    spool off

    PS, I replaced by VP1...

    Where is VP1 user enter to play the stage of basic configuration of data i.e., after then after execution of rel851n, gives scripts its written in the installation guide to connect as VP1 of finance.

    Please advise I am bit confused...

    Published by: asmaa on 5 Sep 2012 16:03

    16.22.58 1-1 opening of session of tuxedo {oprid = "VP1", appname is "Two levels", addr ='/ / TwoTier:7000 ", open to 036AD2F8, pid = 644}
    1-2 16.22.58 0.299000 cur #0.644.FINDM41 RC = 0, hard = 0.043000 create login information = primary, FINDM41, people, handshake = 036CEFE8
    1-3 16.22.58 heart 0.003000 #1.644.notSamTran RC = 0, hard = 0.003000 open the cursor Handle = 036CEFE8
    1-4 16.22.58 heart 0.021000 #1.644.FINDM41 RC = 0, hard = 0.000000 COM Stmt = SELECT OWNERID OF THE PS. PSDBOWNER WHERE DBNAME =: 1
    1-5 16.22.58 0.000000 cur #1.644.FINDM41 RC = 0, hard = 0.000000 type Bind-1 = 2 length = 7 value = FINDM41
    1-6 16.22.58 heart 0.003000 #1.644.FINDM41 RC = 0, hard = 0.000000 Rollback
    1-7 16.22.58 0.001000 cur #1.644.FINDM41 RC = 0, hard = 0.001000 disconnect

    It should not stop here, but rather continues with further tests on PSSTATUS, PSOPRDEFN and PSACCESSPRFL. Maybe your people user has not been granted to read Psalm PSDBOWNER, have you tried since the backend in SQL * more? Please report.

    That said, the "bootstrap" (SYSADM) mode is not possible as part of AppDesigner, and for Data Mover, startup mode and login as a user really have nothing to do with the other. Please refer to an article that I wrote on connectivity:
    http://Gasparotto.blogspot.nl/2010/03/PeopleSoft-database-connectivity-part_28.html

    Nicolas.

  • (createvw.dms) stuck for a long time while running data mover

    Hi all

    First of all, thank you to all our friends in what have been great in answering all of our questions and help us do our work effectively.

    My question:

    1. we had installed Peoplesoft HRMS successfully for purposes of demonstration, which works very well.
    2. we followed the same sequence of steps to install Peoplesoft FSCM 9.1 to another Windows 2003 server. We had followed the steps as stated in
    [http://milburytech.blogspot.in/]
    3. we have been checking the logs at regular intervals for errors and comparing with the log files, the HRMS Setup logs, but did not find significant errors.
    4 data mover has worked for more than 16 hours now and has been blocked to "view (s) remaining: 119 creation held AUC_SCR_CHT_VW.

    My query:

    1 can we kill the data mover and run it once more to continue on the display component to create?
    2. in case if she-error, can we continue without the view 119 remaining being created?
    3. it causes problems (in particular, access associated (as one of my other nationalities, said that they had faced the same question last month and they spontaneous able to connect to the application (as SYSADM) Designer after that they tried to ignore the creation of panoramas).)





    Kind regards
    Vikram

    Hello

    A stucks Data Mover on the aspect of creating strange view, but it could easily be killed without any problem. Just re - open DMS mode bootstrap and the missing steps:

    REPLACE_VIEW *;
    CREATE_TEMP_TABLE *;
    

    Nicolas.

    PS: SYSADM is a database user and has no right to connect to AppDesigner.

    Published by: Gasparotto N 2 February 2012 09:50

  • Upgrade question when on task 2-13-8: running the utility rename Data Mover

    Currently of the problems when you try to perform this task in the wizard to change.  When Assistants change automatically runs the engine program of Application UPG_REN_DMS, that fills the Data Mover rename script.  We eventually found an error.  We really do not understand why this is happening.  We also tried to launch the application in mode of two levels and still get the same error message.

    Upgrade of renaming process started: 2015-05-13 - 09.28.31.000000 (18030,8)

    The D:\peoplesoft_update\output\HCM91to92_PI9_AppOnlyxml_HCUPG1_InitialPass\\rnupgrcdfld.dms file open failed: no such file or directory. (2 633) UPG_RENAMES. Utilities.OnExecute name: openLog statement PCPC:1231: 27

    Called from: UPG_RENAMES. Utilities.OnExecute name: DeleteFile statement: 73

    Called from: UPG_REN_DMS. PRINCIPAL. GBL.default.1900 - 01 - 01.CleanUp2.OnExecute statement: 2

    Game number of messages: 2

    Number of messages: 633

    Reason for the message: the file %1 failed: %2. (2 633)

    Treat 30055 ABENDED to step UPG_REN_DMS. PRINCIPAL. CleanUp2 (PeopleCode) - RC = 8 (108 524)

    Game number of messages: 108

    Number of messages: 524

    Reason for the message: treat 30055 ABENDED to step UPG_REN_DMS. PRINCIPAL. CleanUp2 (PeopleCode) - RC = 8 (108 524)

    Process %s ABENDED to %s.%s.%s (step %s) - RC = %s

    The AE UPR_REN_DMS generates the rnupgrcdfld.dms with data imported from version 9.2 on a previous step. It seems that EI is not able to find the D:\peoplesoft_update\output\HCM91to92_PI9_AppOnlyxml_HCUPG1_InitialPass\\ directory. Please make sure that the directory of output on the tools-> Options - general tab do not have a double slash reverse and also make sure that the directory exists. Please post another reply after the control if you are still not able to execute the step.

  • PS - Pt 8.54 - post-installation Data Mover

    Hello

    I have installed PT8.54, created the database for the application, ran 6 required sql scripts.

    now, I logged in Data Mover in bootstrap mode.

    When I start the installation of database, options below appears.

    system:

    PeopleSoft HCM demo database

    The PeopleTools system database

    Demo:

    PeopleSoft HCM demo database

    I installed for the first time on my laptop. I wonder what I have to select the two system databases in Data Mover?

    If I select only demo, I think that I will not configure peopletools system database; Please specify.

    Thank you

    RK

    A demonstration of the system database is a Peoplesoft database without any dummy data, but all the operation generally for purposes of TST, QA and PROD.

    A database system is a database of Peopletools without Peoplesoft module, generally used to performance monitor.

    A demonstration database is a database of Peoplesoft with dummy data for study and demo.

    Choose the one that is more appropriate to the use you want, very probably a demo.

    Finally and above all, whatever you choose, it will install Peopletools, you don't have to install them separately.

    Nicolas.

  • Data Mover Peoplesoft HCM 9.2 error

    Hello

    I try to install Peoplesoft HCM 9.2 demo on Virtual Box. When executing the < SID > .ora (PSHRDEMO. ORA) file in data mover, the process fails when it tries to execute the statement ENCRYPT_PASSWORD *; All the previous installation steps performed without error.

    Error message: process aborted. Perhaps due to the JVM is java class not available or missing or blank password.

    I checked the psoprdefn table and the password (field operpswd) is met. I installed the JDK (Oracle JDK 7 55 of update for Microsoft Windows (64-bit) x 64) that came bundled with HCM 9.2 on delivery.

    Searched the web but found no solution. Creates a new 9.2 and loaded with old JDK VM comes with HCM 9.0, still the same error.

    Kind regards

    SID

    Please find below the solution provided by oracle and a workaround suggested that the user:

    action mod: Sorry, but the copy & paste MOS is not allowed, the content removed>

  • Data Mover, lack of PeopleSoft HCM system database - shows only DMO

    I install HCM 9.2 with PT 8.53 on Windows Server 2008 R2.

    Here's what I've done so far for the installation:

    Binary database Oracle - 64-bit

    Oracle client - 32-bit

    Oracle Database patch (I applied Patch 18940194: ORACLE 11 G 11.2.0.3 PATCH 32 BUG for WINDOWS (64-BIT AMD64 AND INTEL EM64))

    JDK

    WebLogic

    Tuxedo (restart the computer after the installation of Tuxedo)

    PeopleTools 8.53

    Patch PeopleTools (I applied Patch 18495092: PT 8.53.13 PRODUCT PATCH)-minimum 8.53.02 required for HCM9.2

    Install the software of PeopleSoft - HCM 9.2 application

    Configure Configuration Manager

    Install the database

    -CREATEDB10. SQL (as sysdba)

    -UTLSPACE. SQL (as sysdba)

    -DBOWNER. SQL (as sysdba)

    -HCDDL. SQL (as sysdba)

    -PSROLES. SQL (as a manager/system)

    -PSADMIN. SQL (as a manager/system)

    -CONNECT. SQL (as a manager/system) * specify people/peop1e for the username and password login ID

    Now, I'm at the stage where I run Data Mover "Database Setup".  The question is, I don't see the "PeopleSoft HCM SYS to database - US English" option.  I returned and checked my HCM application 9.2 install logs and everything has been installed successfully.  Why is this lack?  Why do I see only the database of demonstration of HCM?  Did I miss a step?  When to update the database to reflect the PT 8.53.13 patch?  At what point can I run HCINSSYS. DMS?

    DataMoverHCM.png

    I discovered he is a documented Bug.  Oracle says that when we click on the option button 'System', appears "PeopleSoft HCM Demo Database - US English" but it was typo and it's really the PeopleSoft HCM system database.

    On MOS, see: list of Application Peoplesoft in DB installation appears not HCM HR database

    What points you:

    Bug 16636276 - DCW SAYS DEMO WHEN TRYING to INSTALL the SYSTEM DATABASE

    has been created to solve the problem

  • connect to data mover

    I already install every thing for peoplsoft 8.53 with oracle database 11g

    When I try to connect with Data Mover is not connecting. I try using SYSADM/SYSADM user name andpassword

    massage (invalid user id and password signon)

    Nicolas asked in the first responses how your tnsnames.ora file like?

    Where is the file? The file must be located in % ORACLE_HOME/netwerk/admin.

    Since you have also an oracle client is installed, you must copy the tnsnames.ora file in both the %ORACLE_DB_HOME/netwerk/admin as %ORACLE_CLIENT_HOME/netwerk/admin or use a var TNS_ADMIN environment to point to the location of the file.

    I would like to ask you once again: at what stage of the installation, you are?

    If you cannot connect to the database how do you run the scripts to the database.

    If you want people to help you, you need to provide answers to the questions you are asked.

    I don't see all the answers from you, the questions we asked.

    Halin

  • Need a sql query to get several dates in rows

    Hi all

    I need a query to get the dates of the last 7 days and each dates must be in a line...

    but select sysdate double... gives a line...

    Output of expexcted

    Dates:

    October 1, 2013

    30 sep-2013

    29 sep-2013

    28 sep-2013

    27 sep-2013

    26 sep-2013

    Try:

    SQL > SELECT sysdate-7 + LEVEL FROM DUAL

    2. CONNECT BY LEVEL<=>

    3 * ORDER BY 1 DESC

    SQL > /.

    SYSDATE-LEVEL 7 +.

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

    October 1, 2013 13:04:52

    30 - Sep - 2013 13:04:52

    29 - Sep - 2013 13:04:52

    28 - Sep - 2013 13:04:52

    27 - Sep - 2013 13:04:52

    26 - Sep - 2013 13:04:52

    25 - Sep - 2013 13:04:52

    7 selected lines.

  • Install PT8.53 with Linux problem: unable connect in Bootstrap Mode of Data Mover

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture. Server database is the database Oracle 11 GR 1 material. Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.

    I've been setting up PeopleTools 8,53 Instance database. Because the Wizard installation problem, I created PeopleTools 8,53 Database Instance PT853 manually. I have run the following scripts:

    (1) utlspace.sql

    (2) dbowner.sql

    (3) psadmin.sql

    (4) psroles.sql

    (5) connect.sql

    Then, we perform Data Mover script in a Windows XP Client computer to fill the PeopleTools PT853 database machine Linux Sever instance. I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine and run it successfully.

    In Oracle Linux 5 Server Machine Net Manager:

    Service name: PT853

    Connection type: default database

    "TCP/IP Protocol".

    Host: 192.168.196.102

    Port: 1521

    Listener: LISTENER

    Protocol: TCP/IP

    Host: 192.168.196.102

    Port: 1521

    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.

    In the Windows XP Client computer, the information in the Net Manager is the same as below:

    NET Service Name: PT853

    Protocol: TCP/IP

    The host of the database Machine name: 192.168.196.102

    Port: 1521

    Name of the Basic Service: PT853

    Connection type: default database

    I test the connection using 'SYSADM' and it is successful as well. This means that Windows XP database Client can connect with the server database Oracle Linux 5 successfully. But in the computer Windows XP Client, Data Mover cannot connect in Bootstrap Mode using "SYSADM". Its details are below:

    Configuration manager:

    Type of database: Oracle

    The database name: PT853

    User ID: SYSADM

    Connect ID: people

    Connect password: people

    Data Mover:

    Type of database: Oracle

    User ID: SYSADM

    Password: SYSADM

    When connect in Bootstrap Mode of Data Mover, I got the same error:

    ORA - 12154:TNS: can not resolve the connect identifier specified. Invalid user ID and password for the access code.

    Based on my understanding, in the Oracle database, the Data Mover Bootstrap mode connection requires a PSDBOWNER table with a 'Database name PT853 and UserID SYSADM' entry.

    The problem is that the PSDBOWNER table doesn't have a line after that I run 5 scripts above. I am looking at runs 5 scripts one by one as below:

    (1) running the utlspace.sql script creates spaces of table 2 (PSTEMP, PSDEFAULT). This script can not create 2 storage spaces. So, I created 2 tablespaces manually.

    (2) running the psdbowner.sql script creates the PSDBOWNER table. This script creates the PSDBOWNER table successfully, but the last line by pressing "connect system/manager", had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    (3) running the psroles.sql script created the roles PSUSER and PSADMIN. This script runs successfully without error.

    (4) running the psadmin.sql script creates ownerID SYSADM and ownerID password SYSADM. When this script runs the last line 'connect system/manager', had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    (5) running the connect.sql script creates connectID 'people' and connect password "people." This script runs successfully without error.

    My questions are:

    First of all, in the database Oracle Linux 5 server machine, when I created the instance of database PT853 using DBCA, on the management of the password for the user 'system', I unlocked it and change his password for 'system '. It causes the scripts 'psdbowner.sql' and 'psadmin.sql' got the error "username and password"? If so, how to fix?

    Second, after you run 5 scripts above, why there is no line in the table for Data Mover Bootstrap PSDBOWNER to open a session? How to solve this problem?

    Thirdly, can I just insert a line 'PT853 SYSADM' into the table PSDBOWNER for Data Mover Bootstrap to open a session?

    Thanks in advance.

    By default, the password of the population is peop1e.

    Once more, you shouldn't do anything 'manually' on the database, scripts do everything for you. Unless something is wrong.

    > When this script runs the last line 'connect system/manager', had this error: user not valid Word name and pass. logon denied. I ignore this error and continue the following script.

    I really wonder why ignore the error. This meant everything that your system password is not responsible, but something else that you set when creating the database. Never happens to you to check the script before you run it and change it if necessary?

    Nicolas.

  • After you install DMO of the Campus, SYSTEM installation, data mover does not show PeopleSoft HRCS Database

    Hello everyone, I did the installation of the PeopleSoft Campus (DMO) instance and it is running now. After that, I started installing the SYS instance, using the same servers: Linux Oracle (database), Oracle, Linux (application server), Windows Server (1 machine) for Installation and Crystal Reports.

    I created a new database named HRMS9SYS without errors.

    Now its time to work with Data Mover. The first task is to use Database Wizard.

    Select target ORACLE database

    type of database to UNICODE

    character set AL32UTF8

    And in the next step Peoplesoft Applications to add

    I see that people US-English database system tools

    Can anyone explain why there are no PeopleSoft HRCS Database - database of PeopleSoft HRCS and English - Spanish?

    These are the same files that I installed the DMO instance...

    Yao,

    (1) be sure that the variable PS_APP_HOME points to the right directory where HCM has been installed (check tab (default) ConfManager/profile / Edit/ProcessScheduler).

    (2) be sure that you have checked the box "Database Peoplesoft HCM" during the installation of the application. Open the HCM_InstallLog.log log file in the directory where you installed the application.

    You can have something like this:

    CHOSEN_FEATURE_LIST = database demo of PeopleSoft HCM

    CHOSEN_INSTALL_FEATURE_LIST = database demo of PeopleSoft HCM

    CHOSEN_INSTALL_SET =

    -Online this means only demo is installed and you can not go for something else (with the exception of Peopletools system database that you don't want).
    If you have a long list of features, make sure that there is something like this:

    CHOSEN_FEATURE_LIST = PeopleSoft absence management,<...snipped for="" reading,="" this="" is="" the="" list="" of="" the="" features="" you="" checked="" when="" installing="" hcm...="">, PeopleSoft HCM Demo Database, database of PeopleSoft HCM

    CHOSEN_INSTALL_FEATURE_LIST = PeopleSoft management of absences,<...snipped for="" reading,="" this="" is="" the="" list="" of="" the="" features="" you="" checked="" when="" installing="" hcm...="">, PeopleSoft HCM Demo Database,database of PeopleSoft HCM

    CHOSEN_INSTALL_SET = PT

    I tested it, if the database of PeopleSoft HCM is disabled during the installation (and consequenty not list features in the log file), there is no option to install a SYS database later.

    If this is the case, you can reinstall the app in the same directory. I don't think it will hurt.


    HTH,

    Nicolas.

  • Install PT8.53 with Linux question: connection process Data Mover and application designer

    People,

    Hello. I install PeopleTools 8,53 Internet Architecture.

    Server database is the database Oracle 11 GR 1 material.

    Operating system is Oracle Linux 5.

    I installed successfully JDK7, WebLogic Tuxedo 11 GR 1 material and PeopleTools 8,53 10.3.6, in Oracle Linux 5.


    I've been setting up of database PeopleTools8.53. Because the Wizard installation problem, I created PeopleTools 8,53 database manually by using starter PT853 Oracle database instance. I have run the following scripts:
    (1) utlspace.sql
    (2) dbowner.sql
    (3) ptddl.sql
    (4) psadmin.sql
    (5) psroles.sql
    (6) connect.sql


    Then, we perform Data Mover script in a Windows XP Client computer to fill the PeopleTools PT853 database machine Linux Sever instance.

    I installed Oracle Database 11 g 2 client for 32-bit Windows XP 64 - bit Windows virtual machine and run it successfully.

    In Oracle Linux 5 Server Machine Net Manager:

    Service name: PT853
    Connection type: default database
    "TCP/IP Protocol".
    Host name: 192.168.196.102
    Port name: 1521

    Listener: LISTENER
    Protocol: TCP/IP
    Host: 192.168.196.102
    Port: 1521


    I test the Service PT853 with "SYSADM" username and password "SYSADM". The connection is successful.

    In the Windows XP Client computer, the information in the Net Manager is the same, and the connection is successful as well. Its details are as below:


    NET Service Name: PT853
    Protocol: TCP/IP
    The host of the database Machine name: 192.168.196.102
    Port number: 1521
    Name of the Basic Service: PT853
    Connection type: default database


    This means that Windows XP can connect to Oracle Linux 5 successfully. But in the computer Windows XP Client, Data Mover and application designer cannot open a session in PT853 Instance of database in the Linux Server machine. Its details are below:

    Configuration manager:
    Type of database: Oracle
    The database name: PT853
    User ID: SYSADM
    Connect ID: people
    Connect password: people

    Data Mover:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    Application Designer:
    Type of database: Oracle
    User ID: SYSADM
    Password: SYSADM

    When connect Data Mover and application designer, I got the same error:

    ORA - 12154:TNS: can not resolve the connect identifier specified. Invalid user ID and password for the access code.

    According to my understanding, process connection Data Mover and the application designer requires 3 tables in SQL Server: PSOPRDEFN, PSACCESSPRFL, PSSTATUS. I'm not sure the process of connecting to the Oracle database. I checked the database PT853 instance in Linux, and there is only one table "PSDBOWNER" created by the scripts.

    My question is:

    Can any folk tell me the connection process Data Mover and Oracle database application designer? Requires only one table "PSDBOWNER"?

    Thank you.

    Oh my, many mistakes action here. If PSDBOWNER doesn't have a line, it must be solved at the time that the error came out. The replacement by SYSADM first why? Why is complaining already existing SYSADM? Most likely, you HAVE created manually, where you shouldn't.

    Again and again the same story. And again, sorry to say but you should take the basics of Linux training, Oracle training bases and sorry to be hard but reading training as well to read correctly the Peopletools Installation Guide where all required steps are really described in details.

    I don't think anyone can help you across the network in this respect,

    Nicolas.

  • Cannot log on to the application designer using id PS while able to connect in data mover.

    Hello

    I install peopletool 8.50 (HRMS). I ran successfully all the sql scripts. Run the script DMS as well for the demo database.

    When I try to log in the designer of the application using PS/PS I get the following error...
    File: Error SQL Access ManagerSQL. Stmt #: 2 error Position: 0 return: 404 - ORA-01017: name of user and password invalid. connection refused

    while I am able to connect in data mover on Starter bracelet. Can someone help me pls?

    Using Oracle 11 g?

    This could be your problem, SEC_CASE_SENSITIVE_LOGON:
    http://bloggingaboutoracleapplications.org/PeopleTools-and-Oracle-11g-installation-issues/

  • PeopleSoft installation - failed to launch Data Mover

    Hello

    Background information:

    PeopleTools 8.53
    FSCM 9.1
    Oracle 11.2.0.3 database
    Windows 7 64 bit
    Oracle Linux 6.3 64-bit (on a virtual machine)
    Database demo

    I am doing a PeopleSoft installation for the first time. I installed all of the necessary components on my machine Windows and VM Linux on it. I created the demonstration database and when I try to launch Data Mover, I get the following error:

    File: Error SQL Access ManagerSQL. Stmt #: 2 error Position: 0 return: 12154 - ORA-12154: TNS: could not resolve the connect identifier specified

    I have an entry for the database in tnsnames.ora. The listener is running and I can't tnsping database. Any ideas?

    Thank you

    Maya

    I don't know what is ORACLE_HOME regarding your 32-bit client, but clearly when executing sql * more trying to get a file there tnsnames.
    Copy the existing tnsnames.ora from the first to the second directory, try again and do a report.

    Nicolas.

  • Pagelet Assistant - the HTML data source

    Hi all

    I am creating a pagelet of HTML data source. When I type HTML tags in the editor, preview pagelet displays the HTML as such as a text.
    So, I'm confused what is the use of HTML data source? Is this something that will make our HTML codes as a pagelet page?

    Someone used the html code in the html data soruce pagelets?

    Thank you
    Hari.A

    Take a look at a post I wrote a while back on this topic.
    http://bloggingaboutoracleapplications.org/control-HTML-Pagelets/

Maybe you are looking for

  • Laptop just guard loading

    I don't know if this is the right place to get the answer to my question, but I'm little crisis. Everytime I turn on my laptop it says that windows was not shut down properly. So, I click on restart normally and my windows loading appears. This scree

  • wink triggered camera

    Dear Sir. I did a small medical application to acquire an image after an external trigger (from the light source with pulse generator) and after a short delay (control value) using labview 2013. I use the Point of the camera gray grasshopper3 gs3-u3-

  • New updates will not download

    I'm trying to download the new available updates and get no - where FAST.  I have windows 7, tried to use the troubleshooting - which only adds to this all, I tried a download at a time, nothing works.  I tried to do this for almost a week now.  Y at

  • I happened, but...

    ... I was completely confused about one of the goals. How and when I am able to ask other people about it? I even tried to find the answer post examination and I'm lost and I don't like.

  • How to save a virtual machine before you remove the disc

    Very new to VMWare, with Essentials 5.5 the VSphere Client.  I have a virtual machine, I would like to remove from the disk, but want to copy, in the cases where I need to turn the crank upward once again, the host before the withdraw. Is it fairly e