Sql 8i or 9i can be intstalled in window7

Hi Guys,
Please let me know that sql 8i or 9i can be intstalled in window7 but i am worry about this thread Install Oracle 9i(9.2.0.1) on Windows 7(Prof.) where mention denied to.

sql 8i or 9i can be intstalled in window7 Do you mean the Client or the Database ? In the thread you mention someone has succesfully installed 9i Client...
Anyway, 9i was desupported before Win 7 was released, so I don't think Oracle has ever done any porting for it. 8i is even older, so...
That said, not certified/supported doesn't necessarily mean it surely won't work, but it surely means you won't ever have any support.

Similar Messages

  • How can i store latitude and longitude (of registered user locations) in sql server and how can i query it for finding locations inside X radius from point y (or any user)?

    Hello
    In my app (WP 8.1) i have to store user location (lat,lon) in sql db so how can i store that location detail? And i also have to find all the location which are inside certain radius X from another user location, How can i do this?
    Any Sample project or code or any blog post?
    P.S. I use sql server 2012.

    If you need to do spatial queries like the one you mentioned you'd need to store it as a spatial geography type. For points, a simple SQL INSERT statement using the Point() method would do it. Example here:
    http://msdn.microsoft.com/en-us/library/bb933811.aspx For locations inside a radius, you'd use STDistance() method. All of the methods for the geography data type are documented here:
    http://msdn.microsoft.com/en-us/library/bb933802.aspx and can be used in ordinary T-SQL statements.
    If you need to use the SQL Server spatial library in your .NET application direct, Alastair has some nice blog posts, like this one:
    https://alastaira.wordpress.com/2011/08/19/spatial-applications-in-windows-azure-redux-including-denali/ , he even wrote a book. Or search the answers in this forum.
    Hope this helps, Bob

  • SQL Queries in CUCM - Can I choose multiple devices

    Hi,
    I am trying to get an output from multiple phone mac-addresses using SQL in CUCM. Can it be done:
    run sql select d.name,d.description,dmap.numplanindex, n.dnorpattern from device as d inner join devicenumplanmap as dmap on dmap.fkdevice=d.pkid inner join numplan as n on dmap.fknumplan = n.pkid where d.name= 'SEP0008308B4BEE' and d.name= 'SEP000D9D546430'
    name description numplanindex dnorpattern
    ==== =========== ============ ===========
    Thanks,
    John

    Hi John
    You need an OR not an AND
    where d.name= 'SEP0008308B4BEE' OR d.name= 'SEP000D9D546430'
    You can us IN with a , separated list
    where d.name IN('SEP0008308B4BEE','SEP000D9D546430')
    You can also use LIKE where the % is the wild card
    where d.name Like 'SEP000F%'
    The IN is probably your most useful
    Graham

  • SQL server support or can store data in multiple languages? If so, how is it done

    Hi All,
    Can you please let me know If SQL server support or can store data in multiple languages? If so, how is it done..
    Thanks,
    Subbu
    Thanks, Subbu

    Yes, you have to use Unicode data types such as nchar and nvarchar to store the data. See https://technet.microsoft.com/en-us/library/ms191200(v=sql.105).aspx
    Satish Kartan www.sqlfood.com

  • SQL server 2005 SP3 can run SAP B1 2005A SP01 PL51

    Hi All,
    I could successfully install SAP B1 2005A SP01 PL51 in the SQL server 2005 SP3.
    In this link:
    http://service.sap.com/smb/sbo/platforms
    you won't find it such info.
    Why I upgrade, it is caused by the printing error issue using citrix.
    Anyone of you that have problem after run the B1 on that SQL, pls share.
    Someone who need webex file that shows the install process can request it to me. Let me know.
    Rgds,

    Hi Arshdeep,
    Thx for your reply. I just wonder why SAP did not inform the availability SP3 from Microsoft and the explanation about the inapplicable of SP3 for SAP B1 in the B1 platform link.
    I have  tested without using any steps and any other procedures. Practice is a good lesson to learn for me. Nevertheless, one concern from modern customers are the compatibility or adaptibility of SAP B1 to Microsoft product especially SQL since it is one of database platform.
    Old-fashioned customer will disregard that because they will think as long as my SAP B1 and SQL server still run well, I don't care..
    Rgds,

  • SQL Query (updateable report) - Can't figure out how to make one

    Hi folks,
    Can someone tell me how to make a report where the data can be updated? Not an interactive report, a SQL report that selects only one row. The only options in the drop down I see are "SQL Query" and "SQL Query (PL/SQL function body returning SQL query)", but I have a report elsewhere that says it's type is "SQL Query (updateable report)", but I can't remember how to do it :(
    Thanks very much,
    -Adam

    Hi Adam,
    An Updatable Report is a "Tabular Form" - see: http://download.oracle.com/docs/cd/E10513_01/doc/appdev.310/e10497/frm_tabular.htm#CHDFBHDB
    Andy

  • SQL Plan Management - Baseline- Can it be used in another Schema

    Hi,
    I have never implemented, SQL Plan Management -Creating SQL plan baselines.
    I am having a query which is using indexes in one Schema.
    On another Schema in the same DB, the query accesses the SAME TABLE THROUGH SYNONYM. And the plan is very different. And query goes into indefinite execution.
    I have tried hints and other ways but it's simply not using the indexes.
    Anyone having experience with Baselines, can you suggest if I create a Baseline for the plan in SchemaA.
    Then can I use the same plan through Baseline in SchemaB for the same query?
    Please suggest..Thanks..

    Hi Jeneesh,
    Thanks for the reply.
    Problem is that the query has Xquery code inside and it's using the XMLType indexes. That's why it does not seem to be using the XML Indexes even by Hints.
    I have posted the scenario in XMLDB Forum as well:
    Re: Table in Schema1 using XMLIndexes But not in View- Schema2
    But can you think of any harm if I try to create Baseline and tag the query with it.
    So even in other schema if the same query is fired it will use the right Explain Plan.
    I am not able to figure out any other way right now.
    Please suggest..Thanks..

  • In SQL default login 'sa' can't be used in SQL Authentication...and how to find its password

    Hai..while installing SQL Management R2 2008, is it any steps to enable default login 'sa' and to set password for it (login sa)
    in SQL Authentication...or Is there is any possible to set password for other user login...which is created newly......
    I tried to create new Login with name 'NIT' with 'SQL server Authentication' AND I ALSO ENTERED password...while i tried to connect with NIT,and its password in SQL server authetication...it throw me 18456 error...

    >>>>is it any steps to enable default login 'sa' and to set password for it (login sa)
    You can specify Mixed (SQL Authentication) and then  you would need  to provide a password for SA.
    Can you post entire message  you are getting from?
    http://blogs.msdn.com/b/sql_protocols/archive/2006/02/21/536201.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Error in Migration Db sql server to sql Azure, how i can fix this errors

    I get an error TOTAL_WRITE is not supported in current version when i try validate my database from sql server migration in to sql azure. How I can Fix this error migrate to sql azure
    Also I git this error sp_spaceused is not supported in current version of Azure SQL Database – Reynel Useche Velasco 22 mins ago
    StoredProcedure [dbo].[p_sizetables] -- 'db_name(' is supported only for the local database. You should test to verify the results are what you want. – Reynel Useche Velasco just now edit
    Reynel Alfredo Useche Velasco

    Hi Reynel,
    I see that you have posted this query on stack overflow.
    I would like to involve our SQL experts in this topic and get the best solution.
    As of now to my knowledge @@TOTAL_WRITE is not supported on SQL Azure.
    In the meantime, you can refer the below links for migrating your database from on-prem to Azure.
    https://msdn.microsoft.com/en-us/library/hh313125(v=sql.110).aspx
    https://msdn.microsoft.com/en-us/library/hh313129(v=sql.110).aspx
    Hope this helps you.
    Girish Prajwal

  • SQL Server 2014 Setup can't find instance configuration

    I was try to install the SQL Server 2014 express but it is not showing Instance Configuration when doing the installation.
    After finish the installation, the SQL Server services is not item listed.
    Could anyone help me?

    I was try to install the SQL Server 2014 express but it is not showing Instance Configuration when doing the installation.
    After finish the installation, the SQL Server services is not item listed.
    Could anyone help me?
    Its not possible that instance configuration page is not coming you must have downloaded wrong installable, I guess you downloaded SSMS installable.Please take help of below link to download and  install SQL Server 2014
    https://shipworks.freshdesk.com/support/articles/4000025881-manually-installing-microsoft-sql-server-2014
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Sql Express Edition R2 can we send alert mail

    Hi There,
    We are using SQL 2008 Express edition R2. Can we send alert mail using sql services in SQL 2008 Express edition R2

    Hello,
    Database Mail is not supported in the Express Edition; see
    Features Supported by the Editions of SQL Server 2012
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Does SQL Developer has login.sql script where I can put all the env SQLs?

    Hello community,
    Please help me out with a simple question.
    Each time I start SQL Developer (3.1) and connect to a database I need to run:
    alter session set nls_date_format='YYYY.MM.DD HH24:MI:SS';
    to set data fields format to reflect hours, minutes and seconds.
    Can I automate it? I use login.sql in SQL Plus tro setup environment including data formant .
    How to do it in SQL Dev?
    Thank you in advance,
    Yury

    Hi Yury,
    You have a choice:
    1. Specify the login script via Tools|Preferences|Database|Filename for the connection startup script.
    2. Specify the value of nls_date_format directly via Tools|Preferences|NLS|Date Format (and perhaps additionally the Timestamp formats).
    Recall that not all SQL*Plus commands are supported by Worksheet, but alter session does in fact work just fine.
    Regards,
    Gary
    SQL Developer Team

  • Driver for SQL server with wlserver can't start at all and "no suitable driver" and

    Hi all,
    After I download the jDriver for Ms sql 2000 server, I set the classpath as document
    told, I test it using the utils.dbping it works fine. But when I try to use it
    with the weblogic server 6.1 I have the problem as following:
    I included the jDriver classes in the classpath of the startWeblogic.cmd as
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;C:\weblogic\mssqlserver4v70\classes
    saved the startWeblogic.cmd file Then I start the wls with startWeblogic.cmd(the
    new classpath). It starts fine Then I setup the connection sql pool using the
    weblogic.jdbc.mssqlserver4.Driver It says "No suitable driver"
    I found that in the weblogic.jar(shipped with the weblogic 6.1) and in the jDriver
    classes, there are two files which have the same name is weblogic.jdbc.mssqlserver4.Driver.
    Because in the classpath .\lib\weblogic.jar comes first so weblogic server takes
    weblogic.jdbc.mssqlserver4.Driver of the weblogic.jar rather than in the jDriver
    classes directory. So I thought the matter of changing the order in the classpath
    (.\lib\weblogic_sp.jar;C:\weblogic\mssqlserver4v70\classes;.\lib\weblogic.jar")
    will solve the problem, but when I changed the oder in the classpath the weblogic
    server did not start AT ALL with the following errror.
    ------------------Begin error----------------------------
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m -classpath
    ". ;.\lib\weblogic_sp.jar;C:\weblogic\mssqlserver4v70\classes;.\lib\weblogic.jar"
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Dbea.home="C:\\bea" -Dweblogic.management.password=
    -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\bea\wlserver6.
    1/lib/weblogic.policy" weblogic.Server ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised: java.lang.NoSuchMethodError
    at weblogic.Home.getFileSource(Home.java:66) at weblogic.Home.<init>(Home.java:29)
    at weblogic.Home.getInstance(Home.java:81) at weblogic.Home.getPath(Home.java:89)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate .java:77)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:200) at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception ***************************************************************************
    C:\bea\wlserver6.1>goto finish
    ------------------End error----------------------------
    I wonder how can I use the jDriver with weblogic server?
    Do you have any idea what I have done wrong or how to get around with this problem?
    Please help
    Thanks in advance

    Tom wrote:
    Thank you very much, Joe and Laurent
    It works now. You save my life :);-)
    Joseph Weinstein <[email protected]> wrote:
    tom wrote:
    Hi Joe, Thanks for your fast reply.No problem. They pay me to be hear on weekdays ;-)
    So what you tell me the driver for MSSQL 2000 is in the weblogic.jaris that
    correct.yes.
    And my connection pool definition:
    <JDBCConnectionPool DriverName="weblogic.jdbc.mssqlserver4.Driver"
    MaxCapacity="5" Name="mySQLPool"
    Properties="user=sa;db=ejb20;hostname=XXX;password=realpassword;appname=ejb20Phone;server=ivm_server:1433"
    Targets="" URL="jdbc:weblogic:mySqlPool"/>I see the problem. The URL is broken. It should be the URL that the particular
    driver wants, eg:
    jdbc:weblogic:mssqlserver4:ivm_server
    Then set the pool's Properties to have the user, password, appname, and
    db. (no server needed, it's in the URL, and 1433
    is default)
    thanks,
    Joe
    I have the port as doc suggest 1433 but it would not help me.
    Please help
    Thanks Joe
    Joseph Weinstein <[email protected]> wrote:
    Hi. Our ms driver is already in the plain 6.1 jar file, so there is
    no
    need for the additional
    driver download or classes in the server path. Dbping should workwith
    just the server
    weblogic.jar etc in your classpath. What is the error you got originally
    trying to use
    the MS driver with/in weblogic? Show me your pool definition. That's
    probably where the
    problem will be...
    Joe
    tom wrote:
    Hi all,
    After I download the jDriver for Ms sql 2000 server, I set the classpathas document
    told, I test it using the utils.dbping it works fine. But when I
    try
    to use it
    with the weblogic server 6.1 I have the problem as following:
    I included the jDriver classes in the classpath of the startWeblogic.cmdas
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;C:\weblogic\mssqlserver4v70\classes
    saved the startWeblogic.cmd file Then I start the wls with startWeblogic.cmd(the
    new classpath). It starts fine Then I setup the connection sql poolusing the
    weblogic.jdbc.mssqlserver4.Driver It says "No suitable driver"
    I found that in the weblogic.jar(shipped with the weblogic 6.1)
    and
    in the jDriver
    classes, there are two files which have the same name is weblogic.jdbc.mssqlserver4.Driver.
    Because in the classpath .\lib\weblogic.jar comes first so weblogicserver takes
    weblogic.jdbc.mssqlserver4.Driver of the weblogic.jar rather than
    in
    the jDriver
    classes directory. So I thought the matter of changing the order
    in
    the classpath
    (.\lib\weblogic_sp.jar;C:\weblogic\mssqlserver4v70\classes;.\lib\weblogic.jar")
    will solve the problem, but when I changed the oder in the classpaththe weblogic
    server did not start AT ALL with the following errror.
    ------------------Begin error----------------------------
    C:\bea\wlserver6.1>"C:\bea\jdk131\bin\java" -hotspot -ms64m -mx64m-classpath
    ". ;.\lib\weblogic_sp.jar;C:\weblogic\mssqlserver4v70\classes;.\lib\weblogic.jar"
    -Dweblogic.Domain=mydomain -Dweblogic.Name=myserver -Dbea.home="C:\\bea"-Dweblogic.management.password=
    -Dweblogic.ProductionModeEnabled=true -Djava.security.policy="C:\bea\wlserver6.
    1/lib/weblogic.policy" weblogic.Server ***************************************************************************
    The WebLogic Server did not start up properly. Exception raised:
    java.lang.NoSuchMethodError
    at weblogic.Home.getFileSource(Home.java:66) at weblogic.Home.<init>(Home.java:29)
    at weblogic.Home.getInstance(Home.java:81) at weblogic.Home.getPath(Home.java:89)
    at weblogic.security.internal.ServerAuthenticate.main(ServerAuthenticate.java:77)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:200) at weblogic.Server.main(Server.java:35)
    Reason: Fatal initialization exception ***************************************************************************
    C:\bea\wlserver6.1>goto finish
    ------------------End error----------------------------
    I wonder how can I use the jDriver with weblogic server?
    Do you have any idea what I have done wrong or how to get around
    with
    this problem?
    Please help
    Thanks in advance

  • SQL Toolkit - where I can find it

    Hello everybody.
    Could somebody give me the address from where I can download SQL
    Toolkit for Labview 6.0. I use Windows NT 4.0 if important.
    Thank you very much.
    PP

    Thank you very much, I will do this.
    Best regards
    PP
    Dennis Knutson wrote:
    >
    > It's not available for download. It's an add-on for LabVIEW. The
    > replacement for it is called the Database Connectivity Toolkit and the
    > price is about US$1000 I think. If you want to try using SQL (imho, a
    > far better choice than ActiveX) check out
    > http://www.jeffreytravis.com/lost/ for an open source SQL toolkit.

  • Using SQL DML INSERT how can I put a ref atrib with out a select

    What i am trying to do is use the insert statment to insert into a object table that has an atribute that is scope to another table as a REF of that type.
    something like this:
    INSERT INTO TABLE_AAA (NAME, SOMETHING) VALUES ('AAA','BBB');
    SELECT REF(P),P.NAME FROM TABLE_AAA WHERE P.NAME='AAA';
    IT GIVES ME THE REF THAT ARE 85 NUMBER AND LETTERS AND THE NAME=AAA
    SO WITH THIS INFORMATION I COPY THE REF AND PUT IT IN TABLE_BBB AS:
    INSERT INTO TABLE_BBB (REF_TYPE_AAA, SOMETHING)
    VALUES(1234567890123456789012345678901234567890123456789012345678901234567890123456789012345,'QQQ');
    THIS IS NOT WORKING I TRY DIFERENT THINGS, BUT NOTHING WORKS
    WHAT I DONT WANT IS TO USE THE SELECT IN THE INSERT, I JUST WANT TO PUT THE VALUE OF THE REF IN THE INSERT.
    WHAT FUNTION DO I NEED TO CAST OR CONVERT TO A REF DOES NUMBERS AND LETTERS THAT I HAVE, THAT I CAN USE A SIMPLE INSERT COMMAND.
    THANK IN ADVANCE FOR YOUR KIND

    Hi,
    Could you give structures of objects (tables/type objects)?
    It may help to clarify your doubt.
    Regards,
    Sailaja

Maybe you are looking for

  • Camera Raw Editing is not enabled strikes again

    Hello everyone, I've always open raw files from bridge in ACR, since last evening, suddenly, while I am trying to open an image in  camera raw I keep getting an error message that  reads " Camera Raw editing is not  enabled.  Camera Raw editing requi

  • Purchase requisition wflow

    Hi all,          i have created a wflow for pr release and i have used the standard rule 20000026 for finding out the reponsible person it is also configured properly in spro and i have also created an entry in swec for change document object banf  a

  • Will Apple do anything about screen with multiple stuck pixels?

    was posted the question under the wrong discussion board lol, there are about 5-9 pixels visible under black background (so far i couldn't tell if i see them under other color backgrounds yet), bought this notebook on 6/5   Mac OS X (10.4.9)  

  • Error in LSMW for routing,.

    i am getting ths error whiled assigning materials to operations, for Routing PP. You cannot edit the task list object with activity type. i am using direct input  to upload routing material assignment to operation and this is my structure. my source

  • Notes craches

    I have a problem, I can delete the note on the program but I can't delete a note when is on the desktop, the program doesn't work. Thanks