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

Tags: Oracle Applications

Similar Questions

  • 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

  • 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

  • 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

  • -You also get an invalid identifier error when executing this query sql for a data model, but not in TOAD/SQL Developer?

    Hello OTN.

    I don't understand why my sql query will pass by in the data model of the BI Publisher. I created a new data model, chose the data source and type of Standard SQL = SQL. I tried several databases and all the same error in BI Publisher, but the application works well in TOAD / SQL Developer. So, I think it might be something with my case so I'm tender hand to you to try and let me know if you get the same result as me.

    The query is:

    SELECT to_char (to_date ('15-' |)) TO_CHAR(:P_MONTH) | » -'|| (To_char(:P_YEAR), "YYYY-DD-MONTH") - 90, "YYYYMM") as yrmth FROM DUAL


    Values of the variable:

    : P_MONTH = APRIL

    : P_YEAR = 2015

    I tried multiple variations and not had much luck. Here are the other options I've tried:

    WITH DATES AS

    (

    Select TO_NUMBER (decode (: P_MONTH, 'JANUARY', '01',))

    'FEBRUARY', '02',.

    'MARCH', '03'.

    'APRIL', '04'

    'MAY', '05'.

    'JUNE', '06'.

    'JULY', '07',.

    'AUGUST', '08'.

    'SEPTEMBER', '09'.

    'OCTOBER', '10',.

    'NOVEMBER', '11'.

    "DECEMBER", "12."

    '01')) as mth_nbr

    of the double

    )

    SELECT to_char (to_date ('15-' |)) MTH_NBR | » -'|| (TO_CHAR(:P_YEAR), 'DD-MM-YYYY') - 90, "YYYYMM")

    OF DATES

    SELECT to_char (to_date ('15-' |: P_MONTH |)) » -'|| ((: P_YEAR, 'MONTH-DD-YYYY')-90, "YYYYMM") as yrmth FROM DUAL

    I'm running out of ideas and I don't know why it does not work. If anyone has any suggestions or ideas, please let me know. I always mark answers correct and useful in my thread and I appreciate all your help.

    Best regards

    -Konrad

    So I thought to it. It seems that there is a bug/lag between the guest screen that appears when you enter SQL in the data model and parameter values, to at model/value data.

    Here's how I solved my problem.

    I have created a new data model and first created all my settings required in the data model (including the default values without quotes, i.e. APRIL instead "Of APRIL") and then saved.

    Then I stuck my sql query in the data model and when I clicked ok, I entered my string values in the message box with single quotes (i.e. "in APRIL' instead of APRIL)

    After entering the values of string with single quotes in the dialog box, I was able to retrieve the columns in the data model and save.

    In the data tab, is no longer, I had to enter the values in single quotes, but entered values normally instead, and the code worked.

    It seems the box prompted to bind the values of the variables when the SQL text in a data model expects strings to be wrapped in single quotes, but no where else. It's a big headache for me, but I'm glad that I solved it, and I hope this can be of help to other institutions.

    See you soon.

  • Cost for Data Guard

    Hello, we are running Oracle on a license of the company, running on Linux and Windows hosts. Can someone tell me if there is an extra charge for Data Guard? Thank you. P.S. I am a newbie.

    If you are using DataGuard, data pending is active and running and archived application papers (at least this is the case for 99% of the installation of the system). Under the terms of the current default value to the license agreement basis, I believe that this requires that sleep is allowed. If you copied everything simply newspapers archived on a standby server where Oracle has been installed, but never really ran, I think you can get away with not license that as soon as the day before was active within 10 days a year. Of course, when you do not want to activate it, you must wait for it to apply a bunch of do it again until he could be open to users. If you copied a new backup on the machine to sleep periodically, you can probably keep the number of archived logs that are to be applied to a reasonable level, but you pay of course with the inconvenience and additional scripts work rather than simply backup server licenses.

    Of course, it's one of those terms that are more likely to be the subject of negotiations. Especially if you have a credible alternative architecture that avoids the eve (a cluster, HACMP or Oracle FailSafe), you might well be able to get a break on licenses pending license.

    Justin

  • Pavilion dm4 2191us: restoring a backup made with HP Recovery Manager - data recovery manager has since been removed

    My system (portable Pavilion dm4, Win 7 Home Premium x 64)) is works well but I would like to restore a backup of data made with HP Recovery Manager. HP Recovery Manager has since been removed from the system and I don't have a recovery disk. I tried to install sp45415 that supposedly runs a silent installation for the Recovery Manager program, but it fails silently on my system. The notes say that it applies to Windows 7 computers and the Pavilion dm1 and dm3. There is no mention of the dm4.

    Y at - there a trick to getting sp45415 to work properly?

    Y at - it somewhere that I can download an installation package for HP Recovery Manager that works on the Pavilion dm4?

    Is there another tool that can restore the backup made by HP Recovery Manager?

    Thank you!

    If you have uninstalled Recovery Manager he probably removed the recovery of files in the recovery partition. When these files are not deleted download Recovery Manager will install. You will need a recovery media to boot from to restore the files and the recovery partition. If you do not have a recovery media you order from HP.

    As for the files you are trying to restore - if it's a backup of personal files, photos, etc. to the outside hard disk or DVD must be a file .exe inside these files, probably of Restore.exe or Recover.exe. Double click on the .exe will extract files to a folder on the hard drive of your laptop.

  • VIRUS - black screen, no option for "start task manager" cant open anything

    Hey guys I've been on some * site and got a nasty virus. Here is a description of the virus:-black screen, can't see anything other than a small icon of a box of standard application, when I start in safe mode I get the words "safe mode" in the four corners as normal, but still nothing but black screen. -When I press ctrl + alt + delete it goes to the normal screen, but there is no option for "start Task Manager" it's all the other options. (happens also in mode without fail. - If I push the main Windows Start menu appears for a brief but disappears quickly, I can't click on what whether you or I see nothing other than this black screen with this small peak of an application.) I can't access the registry or run programs. What should I do? I tried to launch the win 7 pro install disc, but when I click on 'repair your computer', he says that this disc does not match your version of OS. I am running Win 7 pro 64 GB on a custom build computer any help would be thank you very much!

    Hello

    Thank you for writing to Microsoft Communities.

    I understand how it could be frustrating when things do not work as expected. Please, I beg you, don't worry I'll try my best to resolve the issue.

    I suggest you try the steps from the following link:

    How to remove a computer virus?
    http://Windows.Microsoft.com/en-us/Windows7/how-do-I-remove-a-computer-virus
    Note: this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article: back up the registry in Windows 7
    Note:
    when you do an antivirus online, you will lose data that are affected by the virus. Microsoft is not responsible for the loss of this data.

    For the problem with the drive is not operating system, you may need to install Windows 7 Service pack 1. Uninstall the service pack so that you will be able to get the drive recognized.

    How to uninstall Windows 7 Service Pack 1 (SP1)
    http://Windows.Microsoft.com/en-in/Windows7/uninstall-SP1

    Hope this information is helpful and let us know if you need more assistance. We will be happy to help.

  • Oracle will consider the creation of a day 2 hands on the documentation for Data Guard?

    Hello

    Oracle will consider the creation of a documentation of son of hands 2 day for Data Guard?

    There is already an OTN 2 day of CARS and performance tuning documentation.

    Thank you

    Updated - she sent the link to this topic for the Product Manager Data Guard.  As a result, Oracle may or may not consider creating 2 days hands on Data Guard documentation, but no doubt they consider at least considering creation day 2 hands on the Data Guard documentation.

  • query to display data in table with several detail table

    Hi all

    I have a few cases with a table header that have more than 3 table of detail, and I have to generate the query to show all the data horizontally.

    tblHdr have column A (PK)

    tblDtl1 have column A (FK), B (PK)

    tblDtl2 have column A (FK), C (PK)

    tblDtl3 have column A (FK), D (PK)

    and I need a query to display data like this:

    AB1C3D1
    AB2C4D2
    AC5D3
    AC6

    all the Details of the table should display data based on the relationship of tblHdr (A).

    tblDtl1 have only 2 rows of data for the FK A

    tblDtl2 just for FK 4 lines of data

    tblDtl3 only 3 lines of data for the FK A

    Another example:

    AB1C1D1
    AB2C2
    A

    B3

    tblDtl1 only 3 lines of data for the FK A

    tblDtl2 have only 2 rows of data for the FK A

    tblDtl3 have only 1 rows of data for the FK A

    Please shed some light. for the record, I'll use this query in ADF, so I'll put using PLSQL in second priority.  I prefer to do it in the SQL query.

    Thank you

    Here are 3 ways. First test of data:

    drop table ta purge;
    create table ta as
    SELECT 'A' AS A FROM dual
    union all
    select 'B' from dual;
    
    drop table tb purge;
    create table tb as
    SELECT 'A' AS A, 'B1' AS B FROM dual
    UNION ALL
    SELECT 'A', 'B2' FROM dual ;
    
    drop table tc purge;
    create table tc as
    SELECT 'A' AS A, 'C1' AS C FROM dual
    UNION ALL
    SELECT 'A', 'C2' FROM dual
    UNION ALL
    SELECT 'A', 'C3' FROM dual
    UNION ALL
    SELECT 'A', 'C4' FROM dual ;
    
    drop table td purge;
    create table td as
    SELECT 'A' AS A, 'D1' AS D FROM dual
    UNION ALL
    SELECT 'A', 'D2' FROM dual
    UNION ALL
    SELECT 'A', 'D3' FROM dual;
    

    Now 3 solutions: full join, group by and pivot:

    with b as (
      select a, b,
      row_number() over(partition by a order by b) rn
      from tb
    )
    , c as (
      select a, c,
      row_number() over(partition by a order by c) rn
      from tc
    )
    , d as (
      select a, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    select a, b, c, d
    from ta left join b using(a)
    full join c using(a, rn)
    full join d using(a, rn)
    order by a, rn;
    
    select a, max(b) b, max(c) c, max(d) d
    from (
      select a, null b, null c, null d, 1 rn
      from ta
      union all
      select a, b, null, null,
      row_number() over(partition by a order by b) rn
      from tb
      union all
      select a, null, c, null,
      row_number() over(partition by a order by c) rn
      from tc
      union all
      select a, null, null, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    group by a, rn
    order by a, rn;
    
    select A,B,C,D from (
      select 'A' tab, a, null val, 1 rn from ta
      union all
      select 'B' tab, a, b,
      row_number() over(partition by a order by b) rn
      from tb
      union all
      select 'C' tab, a, c,
      row_number() over(partition by a order by c) rn
      from tc
      union all
      select 'D' tab, a, d,
      row_number() over(partition by a order by d) rn
      from td
    )
    pivot(max(val) for tab in('B' B, 'C' C, 'D' D))
    order by a, rn;
    
    A B C D
    A B1 C1 D1
    A B2 C2 D2
    A C3 D3
    A C4
    B

    Personally, I would prefer to view the data by using a 'join the union', in order to avoid the impression that the different detail records are related somehow.

    select ta.a, b, c, d
    from tb full join tc on 1=0
    full join td on 1=0
    right join ta on ta.a in (tb.a, tc.a, td.a);
    
    A B C D
    A B1
    A B2
    A C1
    A C2
    A C3
    A C4
    A D1
    A D2
    A D3
    B
  • 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.

  • Smart Data Source Manager seen corrupt View

    Hello

    I had updated my V11.1.1 smartview just to find out that all the new versions have not been completely works flawless for me, so I decided to downgrade to V11.1.1 again.

    Since the downgrade my opinion however "Smart View Data Source Manager" is corrupted, so I can't create, edit or delete anything (illustrated: http://www.imagesup.net/?di=1613887541459). I correctly uninstalled any previous update until I installed the old version again.

    Everyone faces the same question and could probably help me to restore the correct view?

    BRGRDS,

    Daniel

    Have you tried to remove CAOptionsXML of [HKEY_CURRENT_USER\Software\Hyperion Solutions\HyperionSmartView\Options]?

    HTH-

    Jasmine.

  • "Virtual Machine is a store of data not managed by vCloud Director."

    The deployment of new virtual machines in vCD 1.5 we see alerts the system on all the deployed virtual machines that say "Virtual Machine is a store of data not managed by vCloud Director.  Virtual machine has mounted the media or the drive to a store of data not managed by vCloud Director.  Ensure that the Virtual Machine has all the drives and the media mounted on a data store managed by vCloud Director".

    The virtual machines in the catalogue have been imported from vCenter and have a single drive and no media mounted.  Storage is the same that the new virtual machines are deployed.  Virtual machines of power on the good and seem to be ok, but they are all showing this alert system, with 3 catalog from different sources.

    Indeed, it is the question.

    I used SSD on the local disks for VM vswap. I have it configured on Cluster (cluster vswap policy for vSphere) and I got this error message.

    I configured the Cluster vswap strategy to use the same directory as the virtual machine, and I use the new "Host Cache" feature of ESXi5 to use my local SSD drives.

    Fixed it.

    To deliver you, just configure the policy of vswap cluster where you will store the vswap with virtual machine (on the same storage seen by vCD) or add storage nfs for the vCD and it will fix your problem.

Maybe you are looking for

  • Get strange errors 'real time' in the browser console, what do mean?

    I noticed recently that since yesterday is the day prior to that, I get a strange 'real-time' error messages in my browser console log. I get them for more or less the same sites, and I have attached a screenshot of some of the most common mistakes f

  • How can I get Thunderbird to switch to a new tab immediately as I can with Firefox?

    Everytime I open a new tab in Thunderbird, no matter how I do it (menu, double click, etc), it opens the content in a new tab, but keeps the focus on the current tab. How can I get Thunderbird to move immediately to a new tab when I opened a? It is q

  • ITL file cannot be found or created

    When I try to open iTunes I get error, "itl cannot be found or the folder created.  I tried uninstalling iTunes and reinstalling, but it still doesn't work.  Is there any solution for this?

  • Satellite A210 - 17L - screen turns off

    Hello people, I have a similar problem to [http://forums.computers.toshiba-europe.com/forums/thread.jspa?threadID=61255&tstart=15], screen turns off by itself randomly, but backlight remains lit and laptop always seems to work (judging by fan). This

  • Tecra A2 - display problems

    My Tecra A2 has suddenly decided to stop displaying graphics correctly, after you restart it the other day. The first thing I noticed is that the text of the labels for the icons on my desktop are more transparent, that is, the image of the desktop b