Installing Repository Fails

When I try to install the repository from a Windows2000 machine onto an 8.1.6 database on a Solaris box, I get the following message after I set the tablespaces and click start.
"You do not have SELECT privilege on sys.V_$PARAMETERS view. This process cannot proceed."
We can not even find this view on the database. Does anyone have any clue where I go from here?

The install guide does refer to the following grant statements. Execute them as SYS.
2.Execute the following SQL statements to avoid various potential problems:
grant execute on dbms_lock to repos_owner;
grant execute on dbms_pipe to repos_owner;
grant create table to repos_owner;
grant create view to repos_owner;
grant create procedure to repos_owner;
grant create synonym to repos_owner;
grant create sequence to repos_owner;
grant select on sys.v_$nls_parameters to repos_owner with grant option;
grant select on sys.v_$parameter to repos_owner;
grant select on dba_rollback_segs to repos_owner;
grant select on dba_segments to repos_owner;
grant create any synonym to repos_owner;
grant drop any synonym to repos_owner;
where repos_owner is the username of the repository owner

Similar Messages

  • Distributing Repository fails on 11.1.1.7.0

    Hi,
    I'm facing issue in installing 11g 11.1.1.7.0
    Configuration Progress went well still "Restarting JEE Applications" but when it entered to Distributing Repository it just fails from there on....
    Can someone help me on this...Pls?
    Thanks,
    GR
    Distributing Repository
    Error
    Could not establish a connection with -1884730621771396922S:127.0.0.1:[7001,7001,-1,-1,-1,-1,-1]:bifoundation_domain:AdminServer, java.rmi.ConnectException: Destination unreachable; nested exception is:
        java.net.ConnectException: Connection refused: connect; No available router to destination; nested exception is:
        java.rmi.ConnectException: Destination unreachable; nested exception is:
        java.net.ConnectException: Connection refused: connect; No available router to destination
    Step Distributing Repository failed
    Configuration Action 'Distributing Repository' has failed. Please check logs for details.
    Step Distributing Repository failed
    Failed to connect to Web Logic MBean Server.
    Step Distributing Repository failed
    BI Configuration
    Log
    Distributing Repository
    Error
    Could not establish a connection with -1884730621771396922S:127.0.0.1:[7001,7001,-1,-1,-1,-1,-1]:bifoundation_domain:AdminServer, java.rmi.ConnectException: Destination unreachable; nested exception is:
        java.net.ConnectException: Connection refused: connect; No available router to destination; nested exception is:
        java.rmi.ConnectException: Destination unreachable; nested exception is:
        java.net.ConnectException: Connection refused: connect; No available router to destination
    Step Distributing Repository failed
    Configuration Action 'Distributing Repository' has failed. Please check logs for details.
    Step Distributing Repository failed
    Failed to connect to Web Logic MBean Server.
    Step Distributing Repository failed

    The Connection Server: Connection refused: No available router to destination

  • Install OBIEE Failed When Creating Domain

    Hi all,
    I tried to install OBIEE on 64bit redhat linux, but failed when creating domain, the error log shows:
    Starting the domain ...
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3180)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3043)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1645)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:635)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    An internal WLST operation has failed.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3126)
         ... 19 more
    oracle.as.provisioning.exception.ASProvisioningException
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:872)
         at oracle.as.install.bi.biconfig.standard.StandardWorkFlowExecutor.executeHelper(StandardWorkFlowExecutor.java:31)
         at oracle.as.install.bi.biconfig.standard.DomainProvisioningTask.doExecute(DomainProvisioningTask.java:49)
         at oracle.as.install.bi.biconfig.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:70)
         at oracle.as.install.bi.biconfig.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:66)
         at oracle.as.install.bi.biconfig.BIConfigMain.doExecute(BIConfigMain.java:113)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:375)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:96)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:186)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:686)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:391)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         ... 14 more
    the following steps(steps after creating domain) raised:
    Caused by: java.net.ConnectException: t3://hostname:7001: Destination unreachable; nested exception is:
        java.net.ConnectException: Connection refused; No available router to destination
    It's unlikely a hosts file issue which I've met before.
    Install OBIEE Failed on Linux 64bit
    the log caused by hosts file shows:
    Caused by: oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    BTW, the port was tested to be available.
    any idea?
    thanks in advance
    Nathaniel

    we had this issue couple of days back ,,
    Resolved by doing below
    1. uninstall obiee 2. drop the repository 3, remount /tmp folder
    with this we could successfully install obiee 11.1.1.7

  • Install Repository server...

    Hi,
    I don't know if I am in the right category for this question or not. but I am going to ask it anyway.
    I am thinking to install OEM repository server for performance and monitoring, but which CD should I use to install?
    Any feedback will be appreciated. Even just throw me some Oracle website to download.
    Thank you in advance!

    Hi Marcello ,
    I have tried to install repository on a server where I already have oracle 9i installed and have a few databases in it. Anyhow, during installation, the univeral installer changed NLS_LANG = AMERICAN_AMERICA.WE8MSWIN1252 and it failed during creating repository database. So I quit installation and tried to restart my databases which are originally there; BUT I CANNOT OPEN THOSE DATABASE due to some character set error.
    ORA-12709: error while loading create database character set
    What should I do to change back my NLS_LANG?
    2nd question is, do I have to give OEM repository another home? Do I have to treat it as a different engine?
    HELP! HELP! HELP!
    PS. Where can I launch Enterprise Management Configuration Assistent from installer? Is it part of ./runInstaller? Or is there another execution file?
    Thanks again.
    Robert
    Message was edited by:
    user168

  • Jabber for Windows - periodically tries to re-install and fails

    Jabber 9.1
    CUCM 7.1.3
    Windows 7 32 bit
    Cisco Presence   8.0.2.10000-30
    Jabber for windows - periodically tries to re-install and fails. After install Jabber works for awhile but then when trying to open another program(Outlook, IE Explorer) it tries to re-install.  If I go to the directory where the install files are and do repair it works.  This seems like a conflict with another application.
    I see this in the Windows application event log:
    Detection of product '{4EB9D7DD-65B5-44ED-B877-CE3EF9B4530F}', feature 'Cisco_Jabber_Files', component '{7CB949BE-2270-4992-9C4C-8FDDB90F6FE2}' failed. The resource 'C:\Program Files\Cisco Systems\Cisco Jabber\JabberMeeting\DesktopShare\atgpcdec.dll' does not exist.
    Jabber 9.1
    CUCM 7.1.3
    Windows 7 32 bit
    Cisco Presence   8.0.2.10000-30

    Hi,
    Do you have WebEx Productivity plugin installed on the  machine? I can reproduce this problem after exiting Jabber, creating a  One-click meeting from Outlook and restarting Jabber. Please provide  further information to help me open a defect.
    - What was the version of Jabber on this machine prior to 9.1.0?
    - What is the version of the WebEx productivity tool plugin (if it is installed)?
    - Is there a particular sequence that you can follow to reproduce it everytime?
    Thanks,
    Maqsood

  • Post install checks failed for DBC file - Oracle App11.5.10.2 Linux  5.3

    Hi everybody,
    I tried Installing Oracle E-Business Suite 11.5.10.2 on Red Hat Enterprise Linux Server release 5.3
    The Post install checks failed for DBC file, HTTP, JSP and PHP. Apparently the DBC hadn’t been created. I had verified the log file, while executing adgendbc.sh, it throwing below error.
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi.bangalore.bedford.local_vis.dbc
    DBC generation failed with exit code 127
    Generating /jith/d01/oracle/appl/visappl/fnd/11.5.0/secure/prithvi_vis.dbc
    DBC generation failed with exit code 127
    Updating Server Security Authentication
    Updating Server Security Authentication failed with exit code 127
    adgendbc.sh exiting with status 127
    ERRORCODE = 127 ERRORCODE_END
    .end std out.
    touch: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
    sqlplus: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
    mkdir: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    sed: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    cp: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    /jith/d01/oracle/appl/viscomn/util/java/1.4/j2sdk1.4.2_04/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    .end err out.
    Thanks in advance.
    sreejith

    Welcome to the forums !
    Pl post EBS related question in the EBS forums at http://forums.oracle.com/forums/category.jspa?categoryID=3
    HTH
    Srini

  • I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes:Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufac

    I am trying to update my iTunes to 10.5.1 so that I can upgrade my 3GS phone but am getting the following error message when trying to install the itunes: Install step failed: Run pre upgrade script for apple mobile device support. Contact software manufacturer for assistance. I am on a MacBook pro running 10.5.8 OS. Has anyone seen this before and how can I get it resolved.
    Thanks for your help in advance....

    Did you ever figure out the problem? "Contact Software Manufacturer"?? That sounds ominous... I've got the same issue and I'm pretty durn aggravated right about now....
    Thanks!

  • Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.  If possible, Kindly provide me the website link.

    Is it possible to install oracle developer suite 10g in windows 7(64 bit), I have tried to install but failed so. Though, database 11g gets install in Windows 7.
    If possible, Kindly provide me the website link.

    Pl do not post duplicates
    Is 1GB ram is enough for the installation of oracle developer suite 10g and database 11g??? And which one to install fi…
    I want to install oracle database 11g and oracle developer suite 10g (latest) in my system. As i'm quite new to oracle ,…
    Continue the discussions in your original threads

  • Install Failed:  The following install step failed: run preflight script

    I'm trying to reinstall Photoshop CS2 on an intel iMac, OS 10.5.5. I ran the install program, after a few seconds I get the following error message: 

"Install Failed: The following install step failed: run preflight script for Adobe Photoshop CS2. Contact the software manufacturer
for assistance." (I did contact adobe, but they no longer support CS2) Originally, I had installed PS CS2 when I was using OS 10.4.X, then I upgraded to 10.5.x. PS CS2 was working fine on my system. Then I accidentally deleted the program, now I'm having trouble reinstalling. I'd appreciate any help that you can give me.

    I encountered the exact same problem - I had upgraded to CS2 from a previous version of Photoshop, back
    when I was using OSX 10.3.9. Later, I upgraded my OS from 10.3.9, to Leopard (10.5.8.)
    CS2 always ran flawlessly, through all those systems.
    Then I had occasion to reformat my HD and reinstall Leopard 10.5.8.
    That's when the CS2 installer failed, with the same message mentioned above.
    When I called in, they basically said, buzz off....we won't help you.
    First, this shows that their software is flawed. 
    They managed to allow this problem to occur due to inept programming.
    Now they are either incapable, or unwilling, to write a programming fix for this problem.
    It reeks olf ineptitude, plus colossal, inexcusable arrogance and disrespect for their customer base.
    Just my humble opinion of course...and I've been a Photoshop user since 1990.

  • Install Repository Creation Utility [RCU] for Discoverer 11g

    Friends !
    Please help me in answering below quesitons.
    1. We are implementing Discoverer 11g on Sun Solaris 64 SParc systems
    2. For this i did download software using "edelivery" - Oracle Fusion MiddleWare 11g.
    3. I did installed Weblogic server
    4. But there is no "Repository Creation Utility " for solaris env. Is it mandatory to install Repository Creation Utility for discoverer 11g installation
    our main goal is to install discoverer 11g and integrate with e-business environment 12.1.3
    Please advise on this
    Regards
    VSH

    Please see MOS note 858748.1.
    Section "5. RCU only on Linux x86 and Windows 32 bit"
    This states:
    "Since the Repository Creation Utility (RCU) is only available on Linux and Windows, how can I create schemas in other supported Oracle Database platforms?
    Answer:
    RCU is only available for Windows 32 bit and Linux x86. Run RCU on these supported platforms to remotely access a certified Oracle Database Server (see Certification Guide) by following the RCU User's Guide"
    There are then links to useful information so definitely read that note.
    Regards
    Robin

  • Error 'no local web solution for html engine installed. operation failed'

    Hi all
    I am trying to install JD Edwards EnterpriseOne.
    I have done the installation in one machine according to this queue:
    1) Installed the Oracle DB 11g
    2) Installed the Enterprise and Database Server
    3) Installed the Deployment Server and the installation finished successfully
    But when i try to navigate to the EntepriseOne menu I have the following message:
    "no local web solution for html engine installed. operation failed". Can you please suggest for any solution for this?
    I also did not install the html web server yet. Is this mandatory? Is this error related with this?
    Thank you and best regards

    Hi Bruno
    During installation I didn't enter any port, so could you please tell me if there is any default port for this isntallation.
    I red on the internet that port 6010 is the default port for EnterpriseOne so I entered the url: http://192.168.223.167:6010/jde/E1Menu.maf
    where this(192.168.223.167) is the IP of my server but still the page did not open.
    Do I have to start any service or something. Please help me to solve this issue.
    Thank you and best regards

  • EMac wont install OSX, fails on install with errors every time

    I have a 1.25GHz emac that I just recently got, Well it wouldnt boot at first at all and had the Rom password crap on it. So i got rid of all of that and now it boots from the CD just fine it just wont install OSX im using a Retail Black disc for Tiger and it just wont get past a certain spot in the install and fails with errors every time. Any suggestions? Ive tried to install panther & Jaguar and neither of those discs will boot.
    Thanx
    Jeremy

    Sometimes, the OSX installer wants a clean partition. As the computer is new to you and probably has no files on the drive you need, I suggest you wipe the drive before trying again. Boot from the install CD and choose "Open Disk Utility" from the installer's File menu. Use DU to erase and reformat the disk, choosing "Mac Extended (Journaled)" format.
    This will clear any old files that are interfering with the installer and leave a blank slate.

  • I have recently bought an iPhone 4S and I am trying to install iOS7. The install initially failed and I received an error message. I attempted a restore, however, the progress bar is now stuck at "Restoring iPhone software.."

    I have recently bought an iPhone 4S and I am trying to install iOS7. The install initially failed and I received an error message. I attempted a restore, however, the progress bar is now stuck at "Restoring iPhone software.."
    I'm still attempting to restore it, but the process goes as follows
    - Extracting software.
    - Waiting for iphone.
    - Preparing iphone software for restore.
    - Verifying iphone software.
    - Restoring iPhone software.
    It is at this point where it begins to load approxiamtely 10% and then freezes. I have had the handset connected 7 hours with no progress and this is my third attempt since Friday. Please help.

    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    But... if the Device has been Modified... this will Not necessarily work.
    Unauthorized modification of iOS  >  http://support.apple.com/kb/HT3743

  • Install step failed: run preinstall script for DeveloperTools

    During install of option install, I received the install failed for DeveloperTools. I am juts starting to use a mac for development and was trying to install all the development tools. How can I get this install successfully?
    Full Log entry follows:
    Oct 31 23:34:33 Macintosh Installer[1534]: DeveloperTools Installation Log
    Oct 31 23:34:33 Macintosh Installer[1534]: Opened from: /Volumes/Mac OS X Install DVD/Optional Installs/Xcode Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:36 Macintosh Installer[1534]: fileURLForURL = x-disc://Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode%20Tools/Package s/DeveloperTools.pkg
    Oct 31 23:34:36 Macintosh Installer[1534]: fileURLForURL = file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode% 20Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:49 Macintosh Installer[1534]: Install: "DeveloperTools"
    Oct 31 23:34:49 Macintosh Installer[1534]: DeveloperTools.pkg : com.apple.pkg.DeveloperToolsLeo : 4.0.0.9000000000.1.1192168948
    Oct 31 23:34:49 Macintosh Installer[1534]: -[IFDInstallController(Private) _buildInstallPlan]: file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/Optional%20Installs/Xcode% 20Tools/Packages/DeveloperTools.pkg
    Oct 31 23:34:50 Macintosh Installer[1534]: Create temporary directory "/private/tmp/DeveloperTools.pkg.1534N7IixP"
    Oct 31 23:34:50 Macintosh Installer[1534]: Processing DeveloperTools:
    Oct 31 23:34:50 Macintosh Installer[1534]: It took 0.60 seconds to create the install plan for DeveloperTools.
    Oct 31 23:34:50 Macintosh Installer[1534]: run preinstall script for DeveloperTools
    Oct 31 23:34:51 Macintosh Installer[1534]: Install failed: The following install step failed: run preinstall script for DeveloperTools. Contact the software manufacturer for assistance.
    Oct 31 23:34:51 Macintosh Installer[1534]: 'Install Failed' UI displayed message:'The following install step failed: run preinstall script for DeveloperTools. Contact the software manufacturer for assistance.'.

    "Create the folder "Developer" on your hard-disk."
    I already had the Developer folder at the top level of the disk. What did work for me was to not let the install location default, but to actively select the Developer folder. (You may have to modify some permissions for this.) The install was a success and I've confirmed the tools are working.
    Good luck!
    Mark

  • Installing skype failed code 1603

    Hi,
    I just upgrading the skype which is auto prompt by skype, now, got this error message, "installing skype failed code  1603". It popups another message before this error message, the popup messages says "object is exist".
    Anyone can help to resolve this issue?
    I had installed tried to install both visual c++ redistributable 2005 SP, and 2010 which is required by Mindmanager, had same failed error message, says "object is exist".
    Your replying is greatly appreciated.
    Thank you
    Ben Gao
    Solved!
    Go to Solution.

    Hi, 
    thank you for the helping tip, yes, it worked. new skype was installed successfully after removed the patch. Just not sure, if I need to install the patch again, since MS prompt to install the patch again now.
    thanks
    Ben
    ruwim wrote:
    [Removed for privacy] wrote:
    Hi,
    I just upgrading the skype which is auto prompt by skype, now, got this error message, "installing skype failed code  1603". It popups another message before this error message, the popup messages says "object is exist".
    Anyone can help to resolve this issue?
    I had installed tried to install both visual c++ redistributable 2005 SP, and 2010 which is required by Mindmanager, had same failed error message, says "object is exist".
    Your replying is greatly appreciated.
    Thank you
    Ben Gao
    Try to uninstall Windows Security update KB2918614.
    http://community.skype.com/t5/Windows-desktop-client/Object-Already-Exists-When-Installing-Error-160​...
    http://windows.microsoft.com/en-us/windows/remove-update#1TC=windows-7

Maybe you are looking for