Is there a transaction to get ORACLE_SID, SERVICE_NAME and Listener PORT?

I know this information can be gotten from the Oracle DBAu2019s who set up the database, but in my big company, I even do not know who the DBAu2019s are.
My Oracle database for SAP BI 7.0 is 10.2. Is it possible to get this information using a SAP BW/BI transaction?
Thanks.

> I know this information can be gotten from the Oracle DBAu2019s who set up the database, but in my big company, I even do not know who the DBAu2019s are.
In that case you really shouldn't bother where the databases are because direct SQL access should be out of discussion.
> My Oracle database for SAP BI 7.0 is 10.2. Is it possible to get this information using a SAP BW/BI transaction?
No, there isn't such transaction. Of course not.
What would it be good for?
If you need to have this information - better get in touch with the DBAs.
If the database servers are set up in a sensible way, you cannot access them anyhow.
They would be located in separate network segments, the listener would block all connection trials that don't come from the application servers .
There shouldn't be any option for you to even reach those servers without having the permission and the information from those people that are in charge of them.
regards,
Lars

Similar Messages

  • Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Is there any Vi for getting the CPU and Memory usage of the Local as well as Remote System

    Find the attachment(LV8.5) for local machines. 
    You can use shared variables to monitor the remote machine's usage.
    Attachments:
    Task Monitor 85.vi ‏25 KB

  • I've got a iPod classic 80g I've got loads of pictures on there and I want to get them off. I've tried something where the files I get off come up as thumbnails which I can't open. Is there any way of getting them off and viewing them as a normal photo?

    I've got a iPod classic 80g I've got loads of pictures on there and I want to get them off. I've tried something where the files I get off come up as thumbnails which I can't open. Is there any way of getting them off and viewing them as a normal photo?

    Oh no... NOT THE 99-PAGER!!! Anything but THAT!!!

  • I accidently hit the restoe button! Is there anyway i can get my apps and music back? I need help thanks

    I accidently hit the restoe button! Is there anyway i can get my apps and music back! I need help thanks:)

    Try restoring the iPod from backup. See the restoring section of the following:
    iTunes: Backing up, updating, and restoring your iPhone, iPad, or iPod touch software
    If the apps and music are in your itunes library just sync them back to the iPod if necessary.  If the apps and music are not in your iTunes library see the following.  Not all options are available if you are outside the USA and do not have the latest iOS and iTunes.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Probably asked and answered a million times but my laptop died and my boyfriend and i are now sharing a computer when i went to back up my contacts i ended up with all of his! Is there a way to get them off and how do i prevent this from happening again?

    probably asked and answered a million times but laptop died and my boyfriend and i are now sharing a computer when i went to back up my contacts i ended up with all of his? Is there a way to get them off without deleting each one? Also how do i prevent this from happening again? can someone direct me to some info on multiple phones on one itunes i am lost.

    Hey there 79usma79!
    I have a couple of articles for you that can help you troubleshoot the issues you are seeing with iTunes on Windows XP. The first is a general troubleshooting article, which can be found right here:
    iTunes for Windows XP: Troubleshooting unexpected quits, freezes, or launch issues
    http://support.apple.com/kb/TS1421
    This article can help you find out if there are any conflicts between your copy of Windows XP and iTunes, and can tell you what to do if there are. Before going down the troubleshooting route though, you should take a look at this article, which can help you back up your entire iTunes library to an external hard drive, so if this issue is recurring, you will be able to restore from that backup and will not have to worry about losing your playlists or music again:
    iTunes: Back up your iTunes library by copying to an external hard drive
    http://support.apple.com/kb/HT1751
    Thanks for using the Apple Support Communities!
    Cheers,
    Braden

  • HT1766 is ther any way to get my photos and  things back if i never did back up

    is there any way to get my photos games and other things back if  i never had any back up as my ipad ask me to pdate space wich i did and lost every thing plus its frozen and i can not use it then when i got on to suport you asking me for £79.00 to get my games back witch i have already payed for but you can not get the photos back witch i would pay with out questron to get them back
    i beleve the police can do this some how as you hear of things when bad people have deleted things and they can get them back

    We are not Apple employees on this discussion site. We are other users like you volunteering our time to help.
    If you have never backed up then the photos are gone. You should always backup your iPad. You should be able to download your apps again in the App store purchased tab and as long as you use the same ID that you bought them with, you will not be charged again for them.

  • How to get service name and listening host to connect to oracle DB server?

    I have successfully installed oracle db client 10g release 2 on my winXP. But when I tried to use Net Congiguration Assistance to connect to oracle db server. I do not know what is the "service name" and listening "host" I supporse to enter. Where can I get the names?
    PLEASE HELP! THANKS!

    machine name or IP = machine name or IP address of the database server
    To know the service name do the following on the server :
    $ lsnrctl services
    LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 30-DEC-2005 00:24:28
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "test10" has 1 instance(s).
      Instance "test10", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    $The service name is test10 in my case. Of course you have to use yours.

  • Getting Proxy name and proxy port using Hostname and port

    Hi Colleagues,
    I my Application i am consuming webserice and i am setting proxy host and proxy port using the below code :
    httpItf  = HTTPControlFactory.getInterface(port);
    httpItf.setHTTPProxy("proxy", 8080);
    But this "Proxy" is getting changed if the application is deployed to another network. (like some other landscape)
    So Could it be possible to get the proxy dynamically depending on the Hostname and port.
    such that it should automatically pick up the "ProxyHost" and "Proxy port".........depending upon the system it runs .
    Please help me out here
    Thanks & Regards
    Swetha
    Edited by: Swetha Nellore on Sep 17, 2009 7:52 AM

    Hi Colleagues,
    i have solved this by maintaining a proxy settings properties file.....where proxy settings can be changed using system administrator
    Thanks & Regards
    Swetha

  • My lock button no longer works on my ipod touch and now i have all kinds of problems with it freezing and kicking me out of apps. Is there any way to get this fixed and were would i go to get it fixed?

    Please Help!!!! I have an ipod touch 4th gen.  and since the last update the lock button no longer works, this has caused it to have a lot of problems now like freezing all the time, kicking me out of almost all my apps, some times even when if locks on its own its not locked and buttons with be pushed in my pocket, and this causes the battiery to die fast.   I really love my ipod and would like to just get it fix if possible for a reasonable about of money. Anyone know of a place I can get it fixed in Ft Lauderdale Fl area or is there something I can do?

    Have you tried:
    - Reset the iPod. Nothing will be lost
    Reset iPod touch: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Reset all settings
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup
    - Restore to factory settings/new iPod.
    Apple will exchange your iPod for a refurbished one for this price:
    Apple - Support - iPod - Repair pricing
    A third-party place like the following maybe less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

  • Is there a way to get data to and from the hard drive of a Powerbook 180 without having to use the floppy drive?

    Howdy folks!
    I have an 20 year old Powerbook 180 with what I think is an unreliable floppy drive. Sometimes while accessing a diskette the screen flickers and usually power to the whole computer drops out.
    I'm not familiar with Mac connectivity. Is there a way to access the hard drive--to get data off of, and install files, etc onto, the hard drive? 3.5 inch drives are 20th century.
    But... I am happy because my old Powerbook still boots up just fine and I can look at my old files installed on the HD ok.
    Thanks,
    Hayward Matt

    Hi Hayward,
    This may be a power supply issue, not necessarily a problem with the floppy drive itself. Any change if you try removing the battery?
    Would it be correct to assume that it is a plain PowerBook 180 (not 180c)? Which power adapter are you using? It must have a 7.5 DC output, but is it capable of supplying at least 2.0 A?
    Unfortunately it is difficult to remove and connect the (2.5" SCSI) hard drive to a modern computer. Had it been 2.5" IDE, things would have been much easier.
    It is possible to set up a serial null-modem connection from a PowerBook 180 to another computer. See the following discussion for details:
    https://discussions.apple.com/thread/4974860
    If the PB 180 has an internal modem (or an external modem connected to the modem port), you could send files to another modem-equipped computer over the phone lines. With the proper software installed, the PB 180 can even use a dial-up Internet connection.
    Alternatively, another semi-old (pre-1998) Macintosh computer with built-in Ethernet could be used as an intermediary, You could use LocalTalk (or a plain Mac printer cable) for file sharing between the PB 180 and the semi-old Mac (the latter could then forward files over a local network or via the Internet). It is also possible to connect the PB 180 to the semi-old Mac in SCSI disk mode (see the user guide below for additional information).
    manuals.info.apple.com/en_US/0302674APB160180UG.pdf
    Jan

  • Just updated to FF 8.0.1 from FF 6.0.2, everything is smaller and harder to read! What did Mozilla do, and is there a way to get the spacing and fonts/font_sizes from ver 6.0.2 back into FF8?

    I can zoom-in, but that makes the fonts look bad and zooms in too much w/ just 1 level zooming. I will be going back to FF7 or FF6 if I can't get this fixed.

    You know I think you are right about font sizes. I rebooted and this morning I can't tell the difference in my BMP screen dump images I took.
    But I swear there is still something different visually in FF8 that is making it harder to look at then 6. Just not sure what that is... it sorta feels like I am looking at a CRT at 60 Hz refresh rate, but I am using an LCD monitor. I sure hope my eyes just didn't suddenly degrade last night :)

  • Is there any way to get my photos and videos off a ipod touch 5th gen that went through the was and does not work anymore?

    My ipod touch 5th gen went through the wash the other day while it was on and it came out not working at all. I was wondering if there was a way to get any of my photos and videos off of it so i could put them on my computer. Anything will do, from do it yourself methods to companies that will do it for you.

    - If they are in an iPod backup then restore another iPod, iPad or iPhone from that backup. See the restore topic of:
    iOS: How to back up
    - If they are in the iTunes backup then get them from the backup by:
    Recover iPhone, iPad or iPod photos from backups with Picturescue
    - If you used PhotoStream then try getting photos (only) from your PhotoStream. See that topic of:
    iOS: Importing personal photos and videos from iOS devices to your computer
    - A data recovery company can likely get them off the iPod. Be prepared to pay alot. Google for iPhone data recovery

  • TS3772 I made a 3 minute movie with my iphone 4s. when I attempt to share it by message or email, a message says the movie is too long and that I must make clips. Is there any way to get around this and send the whole video? I think everything is in the c

    I made a 3-minute movie with my iphone 4S. When I attempt to share it via email or message I get a message that says it is too long, that I should try to make a clip. Of course I had rather send the whole thing. What are the possibilities? I think my music and likely my videos and pictures are in the cloud.

    SadisticIron wrote:
    i just baught my first iphone and it is a jalbroken
    Buzz! Thank you for playing!
    Discussing jailbroken devices is forbidden here by the Terms of Service.
    You can not get help here.

  • HT4864 Is there any way to get my photos and videos from my old android phone to my iCloud? I'm going to but an iPhone in two weeks and desperately need to download all the info I already have... Please help!!

    Is there any way that I would be able to download my pictures and videos from my old android to my iCloud?? I'm desperate to make this happen. It is the pics of my baby girl. I have just received the iPhone so I hope to never have this problem again but I need a solution currently.... Thanks!!

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Big ask! Is there any way to get MS Silverlight and NowTV to work with Mavericks and Safari 7?

    Now amount of frigging will allow me to run NowTV in any web-browser on Mavericks. I've tried all browsers (latest versions in every instance) without the slightest luck. Even delving into the new Plugins security feature of Safari 7 will not get Silverlight to work properly.
    Has anyone found a way to get these things to work?

    Have you seen this?
    http://community.nowtv.com/t5/PC-Mac-Silverlight/PC-Mac-and-Silverlight-Troubles hooting/m-p/65154#M4839
    This made me smile from that page.
    We know that sometimes Silverlight can be a little finicky

Maybe you are looking for

  • Error when running a rule to get password

    I am using the following code in Rule to get the password for user named "ahall". I am getting the following error <invoke name='decryptToString'> <invoke name='generatePassword'> <new class='com.waveset.provision.PasswordGenerator'> <invoke name='ge

  • Will I loose all my music?

    hi everybody I have a 16Gb iPhone with 1.1.4 firmware. I know that I can only sync my iPhone with ONE computer and I've learned to live with this. My syncing computer is at my offfice and whenever I want to transfer music to my phone I do it there. H

  • UIWebView Content not filling screen in landscape

    Hello everybody. I'm working on a simple iPhone app that will host a specific web page in a UIWebView. I found that once I open the app, zoom out (to get the bouncy effect that puts the content back to fill the screen), and then rotate the phone my U

  • IPhoto and TimeMachine

    Since iPhoto 9.1.5 release, iPhoto can't restaure a single photo from a TimeMachine backup anymore. The only solution is to restaure the whole iPhotoLibrary. I thought it was a bug that Apple would rapidly fix, but I've just read this support page: h

  • UJ862AS DVD-RAM doesn't recognize -R discs on Satellite U400

    For some reason my DVD drive wil no longer recognizes -R discs. I have a MAT****A DVD-RAM UJ862AS drive. Any clues?