Welcome to Sol 3 Sign in | Join | Help
CS Search | Live Search Search

Sol 3

Home of Barrows Software Solutions, LLC

Browse by Tags

All Tags » Oracle   (RSS)
Showing page 1 of 2 (13 total posts)
  • Oracle Tools for .NET 3.5 and Visual Studio 2008

    I see that Oracle has released a set of tools for .NET 3.5 and Visual Studio 2008. If you are an Oracle based .NET developer, this should be good stuff.  I just wish I could find a new customer that wants to do Oracle and .NET 3.5.  As much as I love working in Sql Server, I do long to get back to doing Oracle based development.
    Posted to ASPInsiders (Weblog) by Anonymous on December 29, 2007
  • Oracle 11g on Windows.............Finally

    http://www.oracle.com/technology/tech/windows/index.html Yes, its here now.
    Posted to ASPInsiders (Weblog) by Anonymous on October 25, 2007
  • SELECT TOP [x] Records

    When you use one database platform long enough you start to think everything you do is ANSI SQL-92 compliant.  Until you switch database platforms that is!  Then you find the simple things no longer work.  Take for example the TOP clause used so often in MS SQL Server.  It does not work on Oracle.  <sigh/> I've been ...
    Posted to Keith Barrows - StarPilot (Weblog) by StarPilot on April 10, 2007
  • SELECT TOP [x] Records

    When you use one database platform long enough you start to think everything you do is ANSI SQL-92 compliant. Until you switch database platforms that is! Then you find the simple things no longer work. Take for example the TOP clause used so often in...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on April 10, 2007
  • SELECT TOP [x] Records

    When you use one database platform long enough you start to think everything you do is ANSI SQL-92 compliant.  Until you switch database platforms that is!  Then you find the simple things no longer work.  Take for example the TOP clause used so often in MS SQL Server.  It does not work on Oracle.  <sigh/> I've been ...
    Posted to ASPInsiders (Weblog) by Anonymous on April 10, 2007
  • access to oracle without tnsnames.ora

     This is a slick little trick to get around the need for a complete TNSNAMES.ORA file:Have you ever tried to access an oracle instance in VBScript? This is not to complicated, but normally you need an additional file called tnsnames.ora in the oracle installation directory. This article describes an easy way to access an oracle instance ...
    Posted to Keith Barrows - StarPilot (Weblog) by StarPilot on April 2, 2007
  • access to oracle without tnsnames.ora

    This is a slick little trick to get around the need for a complete TNSNAMES.ORA file: Have you ever tried to access an oracle instance in VBScript? This is not to complicated, but normally you need an additional file called tnsnames.ora in the oracle...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on April 2, 2007
  • access to oracle without tnsnames.ora

     This is a slick little trick to get around the need for a complete TNSNAMES.ORA file:Have you ever tried to access an oracle instance in VBScript? This is not to complicated, but normally you need an additional file called tnsnames.ora in the oracle installation directory. This article describes an easy way to access an oracle instance ...
    Posted to ASPInsiders (Weblog) by Anonymous on April 2, 2007
  • Oracle command Line tool to run *.SQL files?

    Found it.  Buried in a forum posting somewhere...    @echo offFOR %%f IN (.\sql\tab1\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @''%%f''FOR %%f IN (.\sql\tab2\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @''%%f'' Add ''exit | '' to the beginning of the command line for sqlplus. Add quotes around the %%f ...
    Posted to Keith Barrows - StarPilot (Weblog) by StarPilot on March 29, 2007
  • Oracle command Line tool to run *.SQL files?

    Found it. Buried in a forum posting somewhere... @echo off FOR %%f IN (.\sql\tab1\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @ '' %%f '' FOR %%f IN (.\sql\tab2\*.sql) DO exit | sqlplus [uid]/[pwd]@[db] @ '' %%f '' Add '' exit | '' to the beginning of the command...(read more)
    Posted to Keith Barrows - Aggregated (Weblog) by Anonymous on March 29, 2007
1 2 Next >
CS Build: 2.1.61129.2
1999
Listed on the CS Listings Powered By Community Server Themed by nb development