Page information in the database

In which portal30 table can I find the displayname of a page? I can find the pagename and other information about the page, but not the displayname, and thats what I need.
Thanks

I am looking for display_name, not the name of the page. In the table wwpob_page$ is under column NAME only NAME of the page, but not display_name. I see only TITLE_ID column, which probably shows at the DISPLAY_NAME of the page. does anyone know to which table? I can not find any constraints about TITLE_ID in the WWPOB_PAGE$ table.

Similar Messages

  • Dynamic page information from the portal database?

    Is it possible to get information about existing dynamic pages from the portal database? We're upgrading our portal from 9.0.4 to 10.1.4 and because we will be running the new version on a different platform, we can't run any upgrade scripts and need to build again from scratch. I was hoping I could pull dynamic page information from a portal view or table into a spreadsheet, to save our developers having to click into each dynamic page application in the old version to get the pl/sql code to copy and paste into the new version. The generated dynamic page packages just have api calls, so it may be possible that there's an api to do this. Does anyone know if this is possible, and if so, how to do it? Thanks.

    closing the thread

  • Can I customize the "page information" in the "marks and bleeds"?

    I'd like to customize this information with the designers name included and when and who made changes to the document. I do not want to include a slug to the page. Is any of this possible?

    Not possible. That's what slugs were designed for.

  • Print Page Information Outside the Bleed? CS3

    Is there any way to print page information outside of the bleed? I know I don't need to have this on the page. But, it makes me feel more comfortable being easily able to check my pagination information (the documents I'm printing don't have page numbers on them).
    CS3 prints page information right across the bleed. So, I have to leave it off with any documents which do bleed.
    Thanks,
    Gary

    Sorry for being such a noob. But, it's not working for me. I add a slug to the page and I place a text box inside it with the page number special character. But, that character doesn't display a page number. Instead, it says "PB" for pasteboard. Only when I move the box onto the page does it display the page number.
    Will I have to manually enter each page number or is there some automatic way to do this?
    Thanks,
    Gary

  • Generate IBAN without having the bank informations on the database

    Hi all,
    I want to generate an IBAN from the bank details and the other way around.
    But in my case the bank details are not in the database yet.
    The fm CONVERT_BANK_ACCOUNT_2_IBAN uses the fm READ_BANK_ADDRESS. This one checks if the bank exists in the database.
    Is there a possiblity to propose an IBAN without having the bank details at the database.
    regards

    Hi,
    Account: 11993000410104
    Country: FI
    Filler: 00
    DATA: l_iban TYPE iban.
    CONCATENATE account country filler INTO l_iban
    l_iban is now 11993000410104FI00
    CALL FUNCTION 'CALCULATE_IBAN_CHECK_DIGIT'
        EXPORTING
          i_check_string = l_iban
        IMPORTING
          e_check_digit  = l_checkdig.
    l_checkdig is now 62
    CONCATENATE country l_checkdig  account INTO l_iban.
    l_iban is now FI6211993000410104
    Regards,
    Simo

  • Why read d'information into the card and send these to the database

    hi hello world,
    i have an application where i must take some informations to the customer in their electronic card and send this informations to the database. so, in want : 1. buy the card reader which i dont know where i can buy this, 2. i must buy the card which will contain the customer informations, and 3. how put (read) informations contain into the card to my card reder and send those informations to the database.
    if some body know how i can do, please help me.
    my direct email: [email protected]

    I've changed my original question on the first thread.
    The file, glass.txt, contains the following:
    Moretti 247 H 1.1 $38.50
    Moretti 276 O 0.9 $10.80
    Vetrofond 902 T 0.4 $4.00
    Vetrofond 408 S 0.6 $9.00
    Lauscha 045 T 0.2 $2.00
    Vetrofond 907 L 0.1 $4.50
    Ex. Moretti -> manufacture name
    247 -> number
    H -> category
    1.1 -> amount of glass in pounds
    $38.50 -> cost of the glass manufacture
    "Read in each line of data from the file, and display it to the user using an information-type message box, indicating the manufacture name, the number, the category (spelled out as a word), the amount of glass in pounds, and the cost of the glass".
    I did it, but it seems that I did something wrong. Could you please help me?
    I appreciate your help. Thank you.
    import javax.swing.JOptionPane;        // Needed for the JOptionPane class
    import java.io.*;                    // Needed for file classes
    public class problem3
        public static void main(String[] args) throws IOException
            String filename;        // Needed to read the file
            String categories;        // Needed to read the categories
            // Get the filename.
            filename = JOptionPane.showInputDialog("Enter the filname.");
            // Open the file.
            FileReader freader = new FileReader(filename);
            BufferedReader inputFile = new BufferedReader(freader);
            // Read the categories from the file.
            categories = inputFile.readLine();
            // If a category was read, display it and
            // read the remaining categories.
            while (categories != null)
                // Display the last category read.
                JOptionPane.showMessageDialog(null, categories);
                // Read the next category.
                categories = inputFile.readLine();
            // Close the file.
            inputFile.close();
    }

  • Can I setup a web page to edit my database?

    I have Dreamweaver CS 5.5 and I created my database in phpmyadmin. And I am currently only testing the site using XAMPP (apache & MySQL).
    Ok so I've connected the db to dreamweaver.  I setup a Recordset.  And I think I did the following: Insert->Data Object->Recordset.
    I now have a table setup with all the colums on it that I setup in my database.  All the information is correct.
    Now what I'd like to do is have this information present and a form beneath, or on a separate page, that will allow me to either amend the data or create new data.  The database is a simple orders database with colums such as orderID (in ascending order 1-infinity)  customerID/name, email, address, item ordered, etc...
    Can I create something on my page with Dreamweaver so I can use, say, firefox to add information to the database?
    Thank you

    Yes, this is a very common function and the logical next step to what you're doing. Here are a few high-level features that need to go into the application:
    -  admin user account with log in
    -  form with appropriate form fields and insert record behavior to add new records
    -  update form similar to inser form with insert new record behavior, contains a recordset to display a particular record, use data bindings to display data in form fields
    -  include links to these pages on the page you already made, show links only to logged in users with admin access OR
    -  replicate page and other record search functions in admin section of site, apply pagenrestrictionsnto those pages to allow only admin access
    Those are the basics - you basically will be creating an admin back end to manage your database.

  • Does Checkpoint lock up the database

    Hi,
    My application runs an independant checkpoint thread every 30 secs. The application is a msg processing system and it seems every 30 seconds, queues start building up. Does BDB lock the internal log files and database while checkpointing is going on?
    Regards,
    Nishith

    Hi Nishith,
    First of all, provide the following information:
    - What is the BDB version you're using?
    - What is the HP-UX version you're running on?
    - Are the three databases associated, that is, is any of them a secondary database for one of the others? Are there subdatabases, that is, multiple database stored within a single physical file?
    - What is the number of writer threads?
    - I assume you've configured the DB_TXN_NOT_DURABLE flag for each database. Are you using implicit transactions (by configuring with the DB_AUTO_COMMIT flag) or explicit transactions (obtained through DB_ENV->txn_begin())? If explicit transactions are used, what is the number of writes enclosed within a transaction?
    - Are you performing reads transactionally? Are you using transactional cursors to perform reads, and if so, what is the isolation degree used (i.e. DB_READ_COMMITTED, DB_READ_UNCOMMITTED)?
    - What are the page sizes for the databases?
    - What is the output of running the "glance" tool?
    - What is the block size of the HFS/JFS file system (i.e. by default for UFS(HFS) it should be 64K)?
    Try the following suggestions:
    - Use the DB_ENV->get_mp_max_write() method to see the limitation on the number of sequential writes scheduled by the db library when flushing the cache's dirty pages. Try setting a lower limit (experiment with lower values each time).
    - Experiment with a larger size for the cache buffer pool.
    - Avoid creating databases with a considerable number of duplicate and overflow records.
    - Perform all the read operations outside of transactions; if you do enclose reads within transactions than adopt snapshot isolation (available as of 4.5.20) or relax the isolation degree. Also, try to use the DB_READ_COMMITTED flag with cursor read operations and make non-transactional cursors short lived.
    - Collect detailed statistics with the "db_stat" utility (if DB_PRIVATE is used when opening the environment collect the statistics programmatically):
    #db_stat -Zm -h <path_to_env>
    #db_stat -Zc -h <path_to_env>
    (the commands should be run for 2 or 3 consecutive checkpoints).
    Regards,
    Andrei

  • I've got an iMac with database corruption found in the DB.. What happens if I rebuild the DB, an option the Database Utility is giving me? Will it wipe out my files or will they be protected?

    Hi all,
    I've been having issues with my iMac, particularly with the Office:Mac Suite.  I took it to the Genius Bar and they confirmed there was some corruption and decided the best thing would be to transfer all my files to the external hard drive I had brought with me.  After the transfer, they completely wiped all apps off the computer, then reloaded them.  They then reloaded my data from the external hard drive back to the computer hard drive. I reloaded the Office mac 2008 Suite when I got home.  Since then I have hooked up the external hard drive back to the computer (it's my time machine) and all is well, except, when I open any of the programs on the Office: Mac suite, I get the following message:
    There is a problem with the Office database
    Office might be unable to access the database or the database files might be damaged.  Without the database, you might beunable to use the Address Book, Scrapbook. and other features that store your personal information
    To rebuild the database, open Microsoft Office 2008/Office, and then open the Microsoft Databse Utility.  For more information, open the Database Utility application, and on the Help menu, click Database Utility Help.
    I did this and it gives me the option of rebuilding the DB but it gives no indication if there is danger of losing all my files.  Does anybody else know what will happen?  Is there another solution?  Should I simply reload the Office: Mac suite again?
    Help!
    Tami

    Copy your DB to the internal hard drive and then run the rebuilder.
    It might be the in the process of reinstalling Office the copy protection file was removed and thus you need to revalidate or something also.
    https://discussions.apple.com/community/notebooks/macbook_pro?view=documents

  • I need to restart the database

    Hi Guys,
    I have migrated my database from oracle 9i to 10gR2 and from 32bit windows to 64bit RHEL4 using full database export and import. Everything works fine. We have got some performance enhancements also.
    But one report generation module which was supposed to complete in 25 minutes takes 1-2 hrs. to complete. Most of the time we need to restart the database to complete the operation. After restarting the database it completes within 15 mintutes.
    What may be cause of such behaviour, any idea? How should I proceed to resolve the issue? The cursor_sharing paramater is 'FORCE' which was same in our 9i setup also.
    Regards,
    Santosh

    Hi,
    >>After restarting the database it completes within 15 mintutes.
    It seems this doesn't make sense. Did you gather statistics for the tables? In addition, take a look at AWR from OEM that contains performance statistics and workload information on the database that is captured every hour and preserved for seven days by default. In this case, historical information is important to diagnose a performance problem that has already happened
    Cheers
    Legatti

  • Need information on accessing database tables in small incremental chunks

    I've been building up a database of information for sometime now. I want to start moving some of the information from the database into other formats.
    The table is quite large and I want to use cached row sets with it rather than hold the connection to the database. So I want to learn what the best way would be to grab, for instance, the first 50 items in a cached row set, once they're complete, move onto the next 50 and so on.
    However I am fairly new at using Java to interact with databases. I'm not sure what the best way to go about this would be or if I'm even going down the right path by using cached row sets.
    Could anyone recommend some decent sites for achieving this or even good web sites for general database manipulation with Java?

    ToadWarrior wrote:
    I've been building up a database of information for sometime now. I want to start moving some of the information from the database into other formats.
    The table is quite large and I want to use cached row sets with it rather than hold the connection to the database. So I want to learn what the best way would be to grab, for instance, the first 50 items in a cached row set, once they're complete, move onto the next 50 and so on.
    However I am fairly new at using Java to interact with databases. I'm not sure what the best way to go about this would be or if I'm even going down the right path by using cached row sets.
    Could anyone recommend some decent sites for achieving this or even good web sites for general database manipulation with Java?I am working on a data mining project and I have been dealing with storing large data sets in to a data model, and then arrange those data sets in different formats. If you can live without the cached row set, I would recommend define methods of ResultsSet type and use that to retrieve data from the database and store it in csv file. In my data mining project I was dealing with 3.5+million large data set, chomp them into different chunks of data sets.
    Since you have mention that you want to import these data into other formats, I would recommend this option since CSV files can be used in any kind of software applications with out minimum effort.
    I am currently hosting the project on Google Code so let me know if you like to take a look at it.
    Good Luck,
    Anuradha Uduwage

  • PsemAgent did not load complete environment information into the hub

    Hi all,
    i m using oracle 10g R2 10.2.0.3 and peoplesoft campus solution 9.0. i have two databases named UETPDEV and DUHSDEV. I run the command startagent.bat recrawl and then run getenvinfo.bat. when i check the viewer.xml it contains information about UETPDEV but not about DUHSDEV.
    Note: viewer.xml contained info about the application, file, web and process schedler servers of both environment but information about the database is availbale for only UETPDEV and not for DUHSDEV
    there is only single PS_HOME and i have installed peoplesoft CS application on both databases. The webserver (BEA Weblogic 9.2) for both applications are running on ports 80 and 83 respectively.
    someone guide me please

    One PSCA agent works on one and only one port.
    The link from the agent to your database is based through the webserver port and from there through jolt port.
    If your databases are on two webserver, you cannot find the two databases in one.
    You have to work separately. Or in two time.
    First configure PSCA to work on one port, then on the other port.
    Nicolas.

  • Oracle.sql.BLOB.freeTemporary() is not freeing TEMP space in the database

    Hi Folks,
    We are using oracle.sql.BLOB to store some file information into the database.
    Allocation of the temp space is done as below
    BLOB blob=BLOB.createTemporary(conn, false, BLOB.DURATION_SESSION); // this results in the usage of TEMP space from database
    And subsequent release is done as below
    blob.freeTemporary(); // this should have release the space from the database.
    This is on Oracle 10g, Java 1.6, ojdbc6.jar There are no exceptions. Even a simple program results in the same.
    Anybody faced something similar? Any pointers would be really appreciated.
    Thanks,
    Deva
    Edited by: user10728663 on Oct 11, 2011 5:33 AM

    Thanks a lot for the information.
    Memory is fine. And I am able to reproduce this within the scope of a simple example as well.
    Would you have any reference to the thread which had earlier reported this as a bug. I tried a reasonable amount of search in the forum, but no success.
    Thanks very much for any pointers.

  • Urgent: How to have a page CONTINUE to check Database Record?

    Hello,
    How to have a page CONTINUE to check Database Record? For example, there's a page which itself will periodically check the database, if there's any new data the page will Popup a new page with those data. My question is how can the page keep checking the database?
    One of the solution(not good) is that there's a hidden frame with a hidden Servlet, it will refresh every x secs and connect database for every refresh, it seems not a good solution. Please suggest some idea. Another way is using applet.
    Someone suggest me to use JMS, I know nothing about it, so is it possible and how,thanks very much
    Thank you.
    Ken

    I don't think JMS is suitable for your solution but I know very little anyway.

  • Urgent: How to have a page CONTINUE to check Database

    Hello,
    How to have a page CONTINUE to check Database Record? For example, there's a page which itself will periodically check the database, if there's any new data the page will Popup a new page with those data. My question is how can the page keep checking the database?
    One of the solution(not good) is that there's a hidden frame with a hidden Servlet, it will refresh every x secs and connect database for every refresh, it seems not a good solution. Please suggest some idea.
    Thank you.

    You can check the database in a thread as much as you want but your problem will be sending the data to your client when it changes. Normally you can't send anything to the client until it sends a request; that's why the HTML meta-tag for refreshing works. The other way to have the client make repeated requests that was suggested was an applet. This could indeed work, except that you mentioned "mobile agent" as a requirement. Not quite sure what that is, but it's probably not a platform that supports applets. That would be a problem.
    On the other hand, if your platform is one that can receive unscheduled messages (in pager style), you could try that approach.

Maybe you are looking for

  • Error while saving item proposal

    Hi, When entering Valid  FROM and VALID TO date,I am entering today's date, but still showing an error: "08/04/2009 is in the past" How to resolve that. Please help. Thank you Brian

  • Can I make a PDF form that can be filled/saved in Illustrator/InDesign without Acrobat Pro?

    Can I make a PDF form that can be filled out and (more importantly saved) in Illustrator or InDesign without having to use Adobe Acrobat Pro? I only have Adobe Reader XI. Do I need to purchase Adobe Acrobat Pro in order to make a PDF form that can be

  • PDF export error

    In my report i need to show some text like "Manual & Basic are included". So i have written this into static text view, included view in compound layout. But when i trying print this report in PDF format it is giving me error "Sax Parser returned an

  • Checkpoint occuring for every log transfer

    Thanks for taking my question! I have a new server and not much is running except exports, imports and rman backups. Problem is every redo transfer gets a checkpoint. Is this normal occurrence while doing backups and loads? Thanks! Kathie My server i

  • PDF and images' URL

    Hello world, Let's say I have in my database a table with a column that contains URL to images. If my want to generate it in PDF, I can use an image boilerplate with "source file format" set to "Image URL" and the "source filename" to &my_column_name