How the database interpreter identifies the database system being used

Hi All,
How the database interface identifies which database system is being used by the SAP, so that it converts open SQL statements into the correspoding Native SQL statements understood by the database system.
Thank you.

You can more information through FM DB_DBRELINFO.  And indeed even more through other function modules in the group SDBI_DBINFO.
matt

Similar Messages

  • How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activ

    How can I activate an old version of Photoshop that I've loaded on my new tablet? The web activation doesn't work, and when I call the number, it says it's not being used anymore. Meanwhile, I'm down to 13 days till it stops working due to not being activated. HELP?  I really need to continue using this product for my home business.It works fine not activated but the threat is that it will stop working in 13 more days if I don't get it activated, and none of the activation methods they list seem to work.

    The new serial number is to the right of your chosen download.

  • HT4060 My iPad needs recharging. I plug in the charge cable in what I think is the recharging slot. I cannot find anything in any of the literature on the website that identifies the charging slot but the plug seems to fit! But it won't charge.

    My iPad needs recharging. I plug in the charge cable in what I think is the recharging slot. I cannot find anything in any of the literature or on the website that identifies the charging slot but the plug seems to fit! But it won't charge.

    Ther does seem to be  quite a lot of comments about this issue
    It seems the charger is a little slow and takes upto 4 hours to charge
    closing all apps and leave the  ipod in standby seems to off the best charging experience
    I hope the Photo helps 
    In my view apple should have included a better charger for the price, the new 12w adaptor will reduce the charge time and resolve you problem, however its about $15
    http://store.apple.com/uk/product/MD836B/A/apple-12w-usb-power-adapter?fnode=3c# overview

  • HT4211 how can you find out what kb are being used by what apps

    how can you find out what kb are being used by what apps there is always alot of kb being used even when I don't use my phone

    Go into settings , general, usage and it tells you what the apps use. If your refering to the memory storage of the apps.

  • What is the proper interpretation of the output from PID vi?

    Can someone clarify the meaning of the output from the NI PID vi's? From the documentation for the PID control toolkit, it appears that the output is an absolute quantity and not a delta (change) to the previous output. The problem I have is that if I am running proportional control only, and the controller is moving into a steady cooling air flow rate to achieve my setpoint temperature, the error goes to zero and the output from the controller drops to zero. This completely ruins the temperature control.
    Simply: assume that the output to the control valve I am using needs 12mA (4-20mA controlled) constant value (flow rate) to maintain my setpoint. When the error goes to zero, the controller output goes to zero. This, of course, leads to terrible oscillation etc.
    Other PID implementations I have used are all delta (change) based. In other words, you calculate a P, I, and D correction to the previous output.
    What am I missing? All of the NI labview PID examples use the output directly to drive I/O, and never use it as a change (delta).
    I read this newsgroup's archives and found a similar question, but the answer was not helpful.
    thanks much in advance!

    Hi Darth,
    You have read the documentation correctly. The output of the PID VI is an absolute value. If you are using a P algorithm then you will need to use the PID Output Rate Limiter VI to control the rate of the oscillation. Your other option is to use a PID algorithm rather than just the P algorithm. The I and D portion of the PID algorithm are based on the current and previous error and output respectively. For further information on how the PID output is calculated please reference chapter 2 of the LabVIEW PID Control Toolset User Manual
    Hope this helps!
    Brooks W.
    National Instruments

  • HT1296 I am trying to sync my ipod to my computer thru itunes, I have already successfully synced my ipad, but keep getting stuck on the sync for the ipod it identifies, the device appears to be syncing but doesn't show up my new music or my new playlist?

    I am trying to sync my i-pod to my computer thru itunes.  I successfully synced my Ipad thru the computer, but am trying to do the same with the Ipod.  The device shows up on my computer and appears to be syncing, but nothing changes.  I have tried dragging the new music to the device, but a symbol appears with a slash thru the middle, as if denying access, any suggestions what to try next.  I have synced on this Ipod succesfully in the past, Suggestions?

    To drag and drop you have to use the Manual Method. That method is included here:
    iTunes: Syncing media content to iOS devices and iPod
    Was the iPod set up by wifi or setup or synced to another computer/iTunes library?

  • My IPod Clasic will sometimes display the error "lost connection" when it's being used, but not when connected to my computer.  Any ideas?

    This does not happen when connected to a docking device or computer, only when it is being used with headphones.  If I reboot, it's fine, but it does happen again.

    Have  discovered that I had not in fact updated the ios!!
    Went through the process last night and my ipod now works fine on my docking station.
    Thank you very much for your advice.

  • "The remote speaker ... is currently being used by someone else."

    I hope someone can tell me the preferred way to get passed this message in respect to connecting to ATV speakers via iTunes on the computer.
    I want to use multiple speakers via iTunes in my computer.
    But when I try to connect to the speakers assigned to the ATV, I get the above "The remote speaker [name] is currently being used by someone else" message.
    What do I need to do (in the ATV) to make the speakers accessible when this happens?
    Message was edited by: bighulawood

    have you tried the obvious things first like restarting both the appletv and itunes ?

  • How to invoke Default printer of my system by using java application

    I need to invoke default printer of my system by using java application ? could u plz help me out with sample code?

    VoodooMagic.getDefaultPrinter().print();
    http://www.javaworld.com/javaworld/jw-10-2000/jw-1020-print.html
    Look for more at Google.

  • How to get table and column names thats being used in SQL , that's generating all my reports on SSRS.

    Good day,
    I searched through the forum and cant find anything.
    I have around 300 published reports on SSRS and we are busy migrating to a new system.
    They have already setup their tables on the new system and I need to provide them with a list of table names and column names that are being used currently to generate the 300 reports on SSRS.
    We use various tables and databases to generate these reports, and will take me forever to go through each query to get this info.
    Is it at all possible to write a query in SQL 2008 that will give me all the table names and columns being used?
    Your assistance is greatly appreciated.
    I thank you.
    Andre.

    There's no straightforward method for that I guess. There are couple of things you can use to get these details
    1. query the ReportServer.dbo.Catalog table
    for getting details
    you may use script below for that
    http://gallery.technet.microsoft.com/scriptcenter/42440a6b-c5b1-4acc-9632-d608d1c40a5c
    2. Another method is to run the reports and run sql profiler trace on background to retrieve queries used.
    But in some of these cases the report might be using a procedure and you will get only procedure. Then its upto you to get the other details from procedure like tables used, columns etc
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How do I find out that Overflow is being used

    We have configured Overflow for one of our Caches using bdb.
    I have a few questions with regard to the overflow scheme
    1. How do I test that Overflow is being used indeed ?
    2. Where does bdb store its data, is it on the file system or in memory ? Is there a way to see the data in the bdb scheme ?
    3. Following is the configuration we are using, is that the right way to use overflow ?
    Thanks,
    J
    <distributed-scheme>
    <scheme-name>dist-person</scheme-name>
    <service-name>dist-person-service</service-name>
    <thread-count>15</thread-count>
    <partition-count>6421</partition-count>
    <serializer>
    <class-name>
    com.tangosol.io.pof.ConfigurablePofContext
    </class-name>
    <init-params>
    <init-param>
    <param-type>string</param-type>
    <param-value>custom-types-pof-config.xml</param-value>
    </init-param>
    </init-params>
    </serializer>
    <backing-map-scheme>
    <read-write-backing-map-scheme>
    <internal-cache-scheme>
    <overflow-scheme>
    <front-scheme>
    <local-scheme>
    <high-units>968000000</high-units>
    <low-units>726000000</low-units>
    <unit-calculator>BINARY</unit-calculator>
    <expiry-delay>5d</expiry-delay>
    </local-scheme>
    </front-scheme>
    <back-scheme>
    <external-scheme>
    <scheme-ref>DiskOverflowScheme</scheme-ref>
    </external-scheme>
    </back-scheme>
    </overflow-scheme>
    </internal-cache-scheme>
    <cachestore-scheme>
    <class-scheme>
    <class-name>com.sac.triton.stores.CustomCacheLoader</class-name>
    <init-params>
    <init-param>
    <param-type>java.lang.String</param-type>
    <param-value>com.entities.Person</param-value>
    </init-param>
    </init-params>
    </class-scheme>
    </cachestore-scheme>
    <read-only>true</read-only>
    </read-write-backing-map-scheme>
    </backing-map-scheme>
    <autostart>true</autostart>
    </distributed-scheme>
    <external-scheme>
    <scheme-name>DiskOverflowScheme</scheme-name>
    <bdb-store-manager></bdb-store-manager>
    </external-scheme>

    Hello,
    BDB will store its data on the file system. You can specify the locatino with the following:
    <bdb-store-manager>
    <directory>{FILE_LOCATION}</directory>
    </bdb-store-manager>
    As far as I am aware you can't see the data in the bdb scheme.
    Regards,
    Nick

  • How to check if an SQL profile is being used or not?

    Hi,
    We have a couple of SQL profiles and outlines in the database. There has been a couple of code changes and it is now difficult to keep track if an SQL profile or an Outline is still being used? Is there any way to find that?
    Thanks in advance

    Find the entry corresponding to the SQL statement you are reviewing in V$SQL. Look at OUTLINE_CATEGORY and SQL_PROFILE columns. NULL indicates that no Outline/Profile was used.

  • How can i tell if Native code is being used or not?

    Hi,
    I imported a jar file called dnsjava, and set my system property to use this so that my getHostName method doesnt use native code to get the host name. My question is, how can i know for sure that it is using the code from the jar file dnsjava? I used a debugger, and it seemed like it was getting it from java.net.InetAddress instead. Please help!
    import java.net.InetAddress;
    public class Test {
         public static void main(String[] args) throws Exception {
              System.setProperty("sun.net.spi.nameservice.provider.1","dns,dnsjava");
              InetAddress addr = InetAddress.getByName("64.58.76.179");
              String name = addr.getHostName();
              System.out.println("name = " + name);
    }

    What makes you think that you can set that property in the code and it will work?
    A number of properties can only be set from the command line. They will not work when set in code.
    I am not sure that any sun type properties will work when set in code.

  • How to be sure VueScan generated profiles are being used

    I recently reprofiled everything. I know that the monitor profile is selected in Displays, and I am satisfied that it is being used correctly. I see the printer profile in (HD)/Library/ColorSync/Profiles, and I see the scanner profile in Users/usr/ColorSync/Profiles.
    I am only certain that VueScan itself will use these. When I use the Safari File>Print dialog windows, I don't see any indication that it knows about the printer  icc in the Color Matching window. Same with the Preview File> Print dialog Color Matching windows. The generated monitor profile is in there for some strange reason, though.
    In Photoshop CS5 Print , the PS Manages Colors window does not show the new profile.
    In Epson Scan/ColorSync there is no new scanner profile identified by its actual name.
    I haven't looked in Elements 10, why bother?
    I have the VueScan Bible by Steinhoff, which provides a completely uninformative guide to profiling. The website shown in his book jacket is in German with no English version, and I don't see any link for questions anyway.
    Hamrick gets irritable when you ask him anything that questions his software.  He never answered the last time.
    I am going to presume that only VueScan will call the generated profiles. You set the paths in VueScan, so I suppose that means that only VueScan will see them.  I guess this means that you have to buy one of the profiling apps to make system wide profiles.

    Lundberg02 wrote:
    …I see the printer profile in (HD)/Library/ColorSync/Profiles…
    Lundberg02,
    That's where—in my opinion and experience—all profiles belong.  Try putting your scanner-generated profiles there.
    Also, don't forget that all color profiles have two names:  an external and an internal name, so that the profile may not be in the alphabetical-order location you expect it to.  You can use the ColorSync utility to look at the guts of the profile: it will show you both internal and external names.
    Off topic:  You mean to tell us that you've managed to irritate Ed Hamrick of all people? ??? !!  
    Oy!

  • How can you tell if a file is being used in your project or not?

    How can you tell if a file in your bin is being used in your project or not? My director dragged hundreds of reference files into my project and only used a few of them. I'd like to do some house cleaning and delete the ones that are not in use. This project file has 100 sequences in it, so it would be a tough manual hunt to figure this out.
    In Premiere Pro (or Flash for example), where all the information is in the Project Bin such as in/out times and duration, there is where it tells you how many times that piece of media has been used or if it hasn't been used yet.
    Can FCP tell me this info?
    Thanks for yout time!
    -Monty

    Monty,
    Within FCP, there is a menu item called "Media Manager" (depending on what version you are in). This would be worth your while to look into. It basically organizes your project by moving/archiving any used assets of a project and leaving out un-used assets. It saves a ton of disk space.
    For example, say you have a 5 minute clip with an in/out point that is just 30 seconds. Media Manager will "archive" just that 30 seconds, not the entire clip. There is even a setting that you can add additional "handles" time to the front andd back of the clip if you think you may need to add or change transition.
    Do a google search. I was just watching a few Youtube videos on this myself.
    Jonathan

Maybe you are looking for

  • Addition of text in the body of email

    Hi, I am sending a smartform as an attachment with email. What i require is to pass some hardcoded text from the calling program of the smartform to add it in the body of the email but i don't know where to pass it. Is there any way to pass the text

  • Find links to reinstall photo shop and Elements 12

    my computer crashed and need to reload elements and photoshop12 . I have the serial  numbers can you help with the link?

  • Nik HDR plugin for 3.1.3 doesn't work.

    I move to a new MAC Book Air (i7) with Lion. I transferred my applications files from my other mac (running latest Leopard). When I run aperture and try to get the HDR plugin I get an error message telling me the software doesn't recognize the tiff i

  • Pleas help

    Hi when i plug in my iphone 4 s to charge the volume turns off,how can i fix it? When i unplug it it will be fine

  • Export 60fps from iPhone 6 in iMovie 10

    I just bought an iPhone 6 and am filming at 1080p@60fps. Although iMovie is able to import and edit the videos, it has no ability to export at 60fps! Furthermore, the quality is definitely reduced since I cannot "Export to Quicktime". This trend of o