Indexing & Data Archive Manager

Hello forums.

I work with Data Archive Manager at 8.52 PeopleTools, using the table PSACCESSLOG as indicated on the Wiki of PeopleSoft here:
http://PeopleSoft.wikidot.com/data-archive-manager

Basically, the problem I encounter is during the creation of a model, when I select the subject archive and check as a base object, I get an error warning me that a unique index does not exist on the record, here's the message:
http://d.PR/i/llxl

However, the only way I know PeopleSoft manages index is by specifying the key for record fields. Here is the table definitions, both have the same major fields:
http://d.PR/i/G0E6
http://d.PR/i/h2Fz

Index of the two documents/tables have been created since the application here is the built-in script designer:
DROP INDEX PS_PSACCESSLOG_HST
/
CREATE  iNDEX PS_PSACCESSLOG_HST ON PS_PSACCESSLOG_HST (PSARCH_ID,
   PSARCH_BATCHNUM,
   OPRID,
   LOGIPADDRESS,
   LOGINDTTM) TABLESPACE PSINDEX STORAGE (INITIAL 40000 NEXT 100000
 MAXEXTENTS UNLIMITED PCTINCREASE 0) PCTFREE 10 PARALLEL NOLOGGING
/
ALTER INDEX PS_PSACCESSLOG_HST NOPARALLEL LOGGING
/
Is there a specific way to create keys/indexes so that recording can be used as a basis of archives? I tried to create as unique index by publishing the create index SQL manually, by specifying "create unique index...". ».
There must be something that I am missing. As always, any input is much appreciated, thank you.

Best regards.

PeopleBooks
The nonunique indexes
The SQL code generated by the data archives Manager assumes that the index keys identify unique rows. Therefore, the base table of the base object must have a unique index.

Check if the table has a unique index as pictured below. You can change this by clicking on the edit index unique index
http://docs.Oracle.com/CD/E28394_01/pt852pbh1/Eng/psbooks/tapd/IMG/sm_ChangeRecordIndexesDialog_tapd.PNG

Say what you can do to create a unique index, I advice not to set a unique index with the keys as highly match the table PSACCESSLOG.
Current keys:
-OPRID
-LOGIPADDRESS
-LOGINDTTM

Sense
A person
newspapers comes from a workstation
at a certain point.

When you place a unique index on this table, this means that theoretically, you can not connect to PeopleSoft at the same time a position working with the same user with say different browsers IE and Firefox.
This will cause errors in unique constraints that will be presented to the user on logon, which is that average there is not a unique index on that table.

Halin

Tags: Oracle Applications

Similar Questions

  • Query Archive for Data Archive Manager


    Hello

    Recently I create a query of Peoplesoft (value Type Archive and Public) to use for the data archives Manager. However, after that I saved and closed, when I try to search there again, I couldn't see to change. I know that the query was created because I can see it when I set up the Archive and when trying to create the same query, the system asked me to crush him.

    Is - it so this type of query works? How can I change the SQL code, I just created?

    Appreciate anyone's help.

    Simple search in the default query Manager, Query Type = User, unless you explicitly change the type = search Archive. If you want to search by type and name, place you in the advanced search.

    Kind regards

    Bob

  • How the index data are managed within the cluster?

    Hello

    We are evaluating the consistency.

    Regarding indexes, am I right in thinking that the data in the index are stored in a (managed internally) cache on the same node that the attendant at the following indexed values? I'm not interested in getting the data in the index, but rather just to understand how the data in the index itself are stored or processed within the cluster.

    So in a 2 cluster node where an index is applied to a distributed cache that has only 2 entries, will there be a key cache on each node 1 {binary,} to enter key where the key points to the value that is stored on this same node? In other words, I'm sure that the index data to be spread out in the cluster in the case of a partitioned topology?

    Concerning
    Peter

    user11279467 wrote:
    Hello

    We are evaluating the consistency.

    Regarding indexes, am I right in thinking that the data in the index are stored in a (managed internally) cache on the same node that the attendant at the following indexed values? I'm not interested in getting the data in the index, but rather just to understand how the data in the index itself are stored or processed within the cluster.

    So in a 2 cluster node where an index is applied to a distributed cache that has only 2 entries, will there be a key cache on each node 1 {binary,} to enter key where the key points to the value that is stored on this same node? In other words, I'm sure that the index data to be spread out in the cluster in the case of a partitioned topology?

    Concerning
    Peter

    Hi Peter,.

    up to 3.4.x index have been supported only on partitioned topology, and Yes, the index on each node contain only the data corresponding to the entries that have their main copy on this node (referred to as entered local subsequently).

    The indexes are not stored in a cache, but they are managed under the information that maintains consistency in terms of backup (the map that contains local entries).

    The indexes are in 2 parts:

    -index to the front: this is a mapping of the cache key in an internal representation (Playback key card in the future) the value extracted with the extractor used to create the index of the entry to membership of the cache key (value extracted later)

    -reverse index (aka. reversed card): this is a map of the value extracted from a backup set of the keys of the map of entries which we extract the index key reversed with the extractor used to create the index

    The index can be sorted, which means that the index reversed a SortedMap (sort order is the order of the extracted values)

    Let's see an example. Assuming you have the contents of the following cache within a particular extension storage node:

    A--> Object (PositionX = 5,...)
    B--> object (getA = 3,...)
    C--> object (getA = 3,...)
    D--> object (getA = 4,...)

    The index forward in this node will contain:

    Binary (A)--> 5
    Binary (B)--> 3
    Binary (C)--> 3
    Binary (D)--> 4

    The reverse index will contain:

    3--> {Binary (B), Binary (C)}
    4--> {Binary (D)}
    5--> {Binary (A)}

    Where Binary (...) designates the internal representation (binary) of the... object.

    If the index is not ordered, then the order of iteration over the entries in the index reversed are not deterministic.

    If the index is ordered, the iteration of the entries into the inverted index will be as stated above. Also, you can convert the SortedMap inverted index in order to have the very useful headMap and tailMap and firstKey and lastKey methods.

    I hope this helps.

    Best regards

    Robert

  • Data archival and Resue

    Hello

    I dropped to know some examples of data archiving and more use it once. I've heard of fragmentation, shirnk and other methods but I just wanted to know how to use it
    example is apperciated


    Thank you
    Also in addition to him, you can use partitions to share the table archived with a score of the work table for the archived lines will be logically added to the lines of the work table.

    can u please give a simple example on above statement

    Example for a single table. What you can use as a partition key may depend on your existing data structure and the row of the table. If data allow, that it can be optimized by exchanging the empty partition with an existing table (which is very fast) (not included).

    1. create tablespace ARCHIVE1900 datafile ' / replaceable_disk/data/archive1900.dbf'

    2. create the WORKING_PARTITIONED table (YEAR number / * it will be the partition key * /, OTHER_COL number, YETANOTHER_COL varchar...) partition of range (YEAR)
    (lower ARCHIVE1900 partition (2000) tablespace ARCHIVE1900,)
    lower DATA2000 partition (2010) DATA2000 tablespace.
    partition lower DATA2010 (2020) tablespace DATA2020)

    3 move the data in WORKING_PARTITIONED of WORK. Remove the WORK. Rename WORKING_PARTITIONED to WORK.

    4 archive
    4.1 create tablespace table WORKING_ARCHIVE1900 ARCHIVE1900 select * from WORKING where 1 = 0;
    4.2 change the partition of table WORK Exchange ARCHIVE1900 with table UPDATE GLOBAL INDEXES WORKING_ARCHIVE1900;
    All data from the partition of WORK ARCHIVE1900 is now in the WORKING_ARCHIVE1900 table.
    WORK ARCHIVE1900 partition is empty.
    4.3 change only archive1900 read-only tablespace;
    4.4 alter tablespace ARCHIVE1900 offline;
    4.5 BONE lever unmount or eject a /replaceable_disk

    5 restoration of Archives
    5.1 mounting /replaceable_disk so you have ' / replaceable_disk/data/archive1900.dbf' available
    5.2 alter tablespace ARCHIVE1900 online;
    5.3 modify the partition of table WORK Exchange ARCHIVE1900 with table UPDATE GLOBAL INDEXES WORKING_ARCHIVE1900;
    All the data in the table WORKING_ARCHIVE1900 is now in the partition of WORK ARCHIVE1900. WORKING_ARCHIVE1900 table is empty.

    Enjoy.

    The example is approximate. Here can be syntax errors. then test the approach carefully before implementing it.

  • Flashback data archive commit the performance of time - a bug problem?

    Hi all

    I use the Oracle 11 g R2 on 64-bit windows environment. I just want to do some tests quue flashback data archive. I created one and add to a table. about 1.8 million records is to exist in this table. Furthermore, this table is one of the examples of oracle, SH. SALEStables. I created another table using the table and insert the same data twice.
    -- not a SH session
    
    Create Table Sales as select * from sh.sales;
    
    insert into sales select * from sh.sales;
    Commit;
    insert operation takes a few seconds. sometimes, in this code, validation command takes more of * 20 *, sometimes 0 seconds. If validation time is brief after insert, can I update the table and then validate again:
    update sales set prod_id = prod_id; -- update with same data
    commit;
    update takes a few seconds longer. If the first commit (after integration) has had too little time, second validation, after the update, takes more than 20 minutes. At this time, while that commit were working, my cpu becomes overloaded, 100% charge.

    the system that oracle runs on is good for quest staff use, i7 4 real core cpu, 8 GB ram, disk SSD etc.

    When I looked at the Business Manager - performance monitoring, I saw this SQL in my sql album list:
    insert /*+ append */ into SYS_MFBA_NHIST_74847  select /*+ leading(r) 
             use_nl(v)  PARALLEL(r,DEFAULT) PARALLEL(v,DEFAULT)  */ v.ROWID "RID", 
             v.VERSIONS_STARTSCN "STARTSCN",  v.VERSIONS_ENDSCN "ENDSCN", 
             v.VERSIONS_XID "XID" ,v.VERSIONS_OPERATION "OPERATION",  v.PROD_ID 
             "PROD_ID",  v.CUST_ID "CUST_ID",  v.TIME_ID "TIME_ID",  v.CHANNEL_ID 
             "CHANNEL_ID",  v.PROMO_ID "PROMO_ID",  v.QUANTITY_SOLD 
             "QUANTITY_SOLD",  v.AMOUNT_SOLD "AMOUNT_SOLD"  from SYS_MFBA_NROW r, 
             SYS.SALES versions between SCN :1 and MAXVALUE v where v.ROWID = 
             r.rid
    This consumes my resources for more than 20 minutes. what I do is, just an update 1.8 milion records (which use update is really takes little time) and validation (which kills my system).

    What is the reason for this?

    Info:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE    11.2.0.1.0      Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

    I see that in the example of Guy Harrison the SYS_MFBA_NROW table contains a very large number of lines - and the query is forced into a loop of neste join on this table (as is your query). In your case the nested loop is a vision (and there is no sign of a current "pushed" predicate.

    If you have a very large number of rows in the table, the resulting code is bound to be slow. To check, I suggest your run the test again (from scratch) with active sql_trace or statistics_level defined at all so that you can get the rowsource for the query execution statistics and check where the time is being spent and where the volume is displayed. You will have to call this one in Oracle - if this observation is correct that FBDA is only for OLTP systems, no DSS or DW.

    Concerning
    Jonathan Lewis

  • Problems installing System Center Data Protection Manager 2010 in Server 2008 r2 DataCenter

    I try to install DPM 2010 and I installed all 4 of the installation of packages and they are all in the same folder according to the installation instructions on Microsoft Technet for DPM site 2010 and I clicked on the 1st package install and it unpacks the original installation package and it brings up the install window install data protection manager and clicked on install and I get the following error on the redistributable Visual C++ - Redistributable package Installation of Visual C++ has no... Run vcredist_x64.exe \redist\vcredist\ to install vcredist and re-run Setup.

    Whenever I tried to install the vcredist_x64.exe which was provided with the download I get the error that it cannot install, tht, there was an unexpected error.

    I downloaded the redistributable Microsoft and tried to install it, but the 2010 version is already installed and I could not install the version of 2008 on the 2010 version. I tried to download Visual C++ 2008 redistributable sp1 and installed correctly but when I come back and you try to install the System Center DPM 2010 setup.exe it always tries to go to the folder with the not redistributable sp1 provided with the download and it freezes in half way through even though the correct redist "is installed for server 2008 r2 x 64.

    Anyone got any suggestions? I've been searching and trying to figure out for hours and I don't see anything in the KB for DPM 2010 or technet.

    Hi osiguy,

    Since the problem is related to the Data Protection Manager, I suggest that you post your question in the following forum.

    Forum for Data Protection Manager

  • delete index.dat

    How can I delete index.dat / I know that you can do that but how

    Hello

    The free ccleaner version should make this - it is on the link below.

    http://www.Piriform.com/ccleaner/download/standard

    Kind regards

    DP - K

  • Somehow, I deleted my index.dat in the Cookies folder.

    Somehow, I deleted my index.dat in the Cookies folder.  How do I get it back and I really need?

    Hello

    • What was the location of the folder where you deleted it go?
    The index.dat file is a database file. This is a repository of information such as web URLS, search queries, and files recently opened. Its purpose is to allow quick access to the data used by Internet Explorer. For example, all visited web addresses are stored in the index.dat file, which allows to find quickly the AutoComplete match as long as the user types an Internet Explorer web address. The index.dat file is specific to the user and is open as long as a user is connected Windows. Separate index.dat files exist for the history, cache and cookies in Internet Explorer.
    The index.dat file is never resized or deleted. A large index.dat file can affect the performance.
     
    Note: The .dat extension is commonly used for data files (files that are not readable by humans and not to hold a binary based on documents). It is possible to find named "index.dat" files that are not used by Internet Explorer.
  • index.dat locked by winlogon.exe preventing roaming profiles to be completely unloaded on client PCs

    Greetings,

    I posted this thread in the server instances earlier because it's over my whole environment that this occurs, but since someone there told me to post it here, here goes:

    We have a problem with the index.dat (*) of locked files by the winlogon.exe process preventing the profiles on the computer to be completely empty when you connect to the wide. Most of the time, after that the user is disconnected, we cannot not even manually delete this file until a few minutes after the disconnection. For example, a script to automatically delete these files during log off is unfortunately useless.

    I searched on the internet and saw a lot of people with this or similar problems, but either there was no response or did not have solutions for our environment.

    The problem occurs on all the BONES in our environment (Windows 2000, Windows XP, Windows 7) and all versions of IE (IE 6, IE 7 and IE 8).

    We tried the following:

    -Create a profile completely (and of course delete all the computer itself)
    -Disable the anti-virus
    -Using the latest version of UPHClean
    -Specifically exclude folders from roaming profiles (even though they are by default excluded)

    index.dat (*) is located in the following folders:
    -%USERPROFILE%\Cookies
    -%USERPROFILE%\Local Settings\History\History.IE5\
    -%USERPROFILE%\Local Settings\Temporary Internet Files\Content.IE5\

    Kind regards

    Bram

    Hi Bram,

    I found your thread in the TechNet forums where you have been redirected here. Unfortunately, I'm really ill-equipped to help you with your problem. Microsoft Answers for consumer level support and clearly your question far exceeds our support.

    What I recommend doing is posting in the Windows 7 Misc on TechNet forums:
    http://social.technet.Microsoft.com/forums/en/w7itprogeneral/threads

    Members there is really to understand the functioning of Windows in a business environment and should have no problem to help you. I would like to apologize for the race around the forum to forum you meet to do as I know it can be frustrating.

    I'm sorry I can't do more to help you!

    Cody C
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Defender stops on index.dat

    Malfunction of Windows Defender

    Windows Defender scans until it reaches the file C:\Users\Cake\AppData\Roaming\Microsoft\Windows\Cookies\index.dat then stops?

    Why is this happening and how can I solve this problem?

    Hello

    Did you change your computer?

    Method 1:

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

    Note: After a repair, be sure to set the computer to start as usual as mentioned in step 7 in the above article.

    Method 2:

    Troubleshooting of Windows Defender

    http://support.Microsoft.com/kb/555957

    Enable or disable the Windows Defender

    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-Defender-on-or-off

    Update definitions for Windows Defender

    http://Windows.Microsoft.com/en-us/Windows-Vista/keep-Windows-Defender-definitions-up-to-date

    Search for spyware and other potentially unwanted software

    http://Windows.Microsoft.com/en-us/Windows-Vista/scan-for-spyware-and-other-potentially-unwanted-software

    How to delete cookie files in Internet Explorer

    http://support.Microsoft.com/kb/278835

  • Support for Office 2013 Archive Manager

    Hello

    What Archive Manager will support Exchange2013, Shrepoint 2013 and Lync 2013?

    Your best bet is to display in the community Archive Manager rather than the community of vFoglight.

    You can find more information about the handler Archive on the website: http://www.quest.com/archive-manager/

    Please log a support case if you are unable to find an answer to your question.

    Kind regards

    Brian Wheeldon

  • Flashback Data Archive issue

    Hi all

    There is this issue on the web:

    Q: identify the statement that is true about Flashback Data Archive:

    A. you can use multipletablespaces for an archive, and each archive can have its own maintenance time.

    B. you can have an archive, and to eachtablespace which is part of archive, you can specify a different retention period.

    C. you can use multipletablespaces for an archive, and you can have more than one default value archive by retention period.

    D. Si you specify an archive by default, it must exist in onetablespace only.

    Everyone says that the correct answer is b. isn't it supposed to be a?

    Specified retention period to the archive flashback level not tablespace, then B is incorrect.

  • Can anyone tell me about Oracle Data Governance Manager? How to do with it?

    Hai all,

    We plan to implement Oracle Master Data Management.Please Oracle customer hub should be read the following link and tell me how to work on Oracle Data Governance Manager.

    Where can I find it?

    What are the steps in the implementation?

    http://www.Oracle.com/us/products/applications/master-data-management/Oracle-customer-hub-439838.PDF

    Hello Nandini,

    DGM software build can be downloaded from My Oracle Support via the "Patches and updates" tab with the name/number of patch 9329831 (currently password protected; please connect to a service request and ask for a password).

    Installation of the DGM: for more information on how to install the CMD are documented in siebel Guide Version to maintain 8.1.1.x, O Rev., Section: management and governance of data installation (DGM).

    Steps to customize the application of governance (DGM) (Doc ID 1323952.1) data management
    Document provides steps to customize the application of the DGM, makes it easier to change the skin via CSS stylesheet changes in the application of OOTB DGM.

    Reference: Oracle Master Data Management - Information Center Customer Hub (Siebel UCM) - installation of the life cycle (Doc ID 1081980.1).

    Thank you

    Shilpi

  • Data Access Manager and the views HTML

    Can I use Data Access Manager with user interface written for html-bridge? Or is it just a flex library?

    Data Access Manager is a Flex API, so it is not available via the HTML bridge, but you can make calls to application data using rest API as shown in our samples.

    The SDK HTML samples show how to retrieve properties of the object.  This can be extended to more complex queries of your choice.  This idea is to pass parameters but still calls and then bring them to applications in the java class DataAccessController with QueryUtil and DataService

    I can provide more examples later based on specific requests.

  • Data model Manager installation fails, vCAC5.2

    Hi all

    I got this error when installing data model Manager, detailed log is attached. very appreciated for your reply, thank you

    Info: 2013-07-29 04 52 18 725 PM: to System.Data.Services.Client.QueryResult.Execute)

    Info: 2013-07-29 04 52 18 725 PM: to System.Data.Services.Client.DataServiceRequest.GetQuerySetCount (context DataServiceContext)

    Info: 2013-07-29 04 52 18 725 PM:-end of inner exception stack trace---

    Info: 2013-07-29 04 52 18 725 PM: to System.Data.Services.Client.DataServiceRequest.GetQuerySetCount (context DataServiceContext)

    Info: 2013-07-29 04 52 18 725 PM: to System.Data.Services.Client.DataServiceQueryProvider.ReturnSingleton [TElement](Expression expression)

    Info: 2013-07-29 04 52 18 725 PM: to System.Linq.Queryable.Count [TSource] (IQueryable 1 source)

    Info: 2013-07-29 04 52 18 725 PM: to DynamicOps.Tools.Common.AssemblyHelpers.ValidateAssemblyFileInstall (dataContext, Assembly RepositoryModelEntities)

    Info: 2013-07-29 04 52 18 725 PM: at DynamicOps.Tools.Common.AssemblyHelpers.InstallSqlAssembly (String assemblyFileName, String server, catalog of, string userName, String password, String httpRootRepository)

    Info: 2013-07-29 04 52 18 725 PM: to DynamicOps.Tools.Repoutil.Commands.AssemblySqlInstallCommand.Execute (CommandLineParser Analyzer)

    Info: 2013-07-29 04 52 18 725 PM: Warning: return nonzero code. The command failed.

    Info: 2013-07-29 04 52 18 725 PM: D:\Program Files (x 86) \VMware\vCAC\Server\Model Manager Data\DeployRepository.xml (132,5): error MSB3073: the command "" D:\Program Files (x 86) \VMware\vCAC\Server\Model "Assembly-SqlInstall - f" D:\Program Files (x 86) \VMware\vCAC\Server\Model "s 'CLOUDSERVICE' d 'vCAC' - v ' came out with code 1.

    Info: 2013-07-29 04 52 18 740 PM: construction project is ' D:\Program Files (x 86) \VMware\vCAC\Server\Model "(InstallRepoModel target - has FAILED.

    Info: 2013-07-29 04 52 18 740 PM: Build FAILED.

    Something that seems to have fixed installation problems I was running into that running the following command:

    C:\WINDOWS\Microsoft.NET\Framework64\v4.0.30319\aspnet_regiis - iru

    iisreset

    your error log is the following error, which reference ASP.NET is not installed, do not know if this is the real cause?

    Info: 2013-07-29 04 52 18 709 PM:

    most likely causes:

    Info: 2013-07-29 04 52 18 725 PM:

       
    • Managed Manager is used. However, ASP.NET is not installed or is not completely installed.
    •  
    • There is a typographical error in the configuration of the list Manager module.

Maybe you are looking for

  • Made an update of Firefox, now flooded with ads google reader and media

    A few days ago, I made an update of Firefox and from any Web site, I go then, I have huge, flashing, distracting ads Google work at home and the classified ads in Media Player, two malware. I managed to run a program that reduced the number of them o

  • How zoom up to a specific point on a page

    My first question ever to support:WIndows 7 - Firefox 32.0.2 - laptop without touching the screen or press the button (mouse and keyboard only)I found plenty of ways to Zoom on a page. However, zoom always anchor upwards to the left. I would definite

  • Several screenshots on Tecra A7 (Intel 945GM)

    I have problems with my Tecra A7 to display using a Mobile Intel 945GM chip. At one point I started having multiple copies of my office on my screen - two down, two entering the bottom overall, with the top of the fifth and sixth copy. Initially it w

  • I can't change my apple ID

    I changed my Apple ID and choose a new password. However, neither my iPad, nor my iPhone offers my new id to sign in, they offer my old one that no longer works. I can't figure out how to get my new id on my devices. Help!

  • Satellite A300 sizzling and crackling of smoke

    Hi guys My apologies in advance for my noobishness. I've had a satellite A300 for a few years now. In the last 2 days I heard a cracking sound, almost static - like noise on the side of the A300. Aside, I mean specifically the part which is a kind of