Viewing 15 posts - 16 through 30 (of 51 total)
It could be worse. Here in the NY/NJ we have the privilege of spending $9.50 daily for the George Washington Bride. The traffic to get on the bridge...
September 1, 2011 at 3:15 pm
If possible try to do the clustering in windows 2008. The 2008 implementation of windows clustering works better and is far more intuitive then the windows 2003 version. Also I...
May 10, 2011 at 11:23 am
Not sure if this will help but I once ran itno something similar.
I changed the server name to it's ip address and the unc and is started working.
April 6, 2011 at 12:05 pm
It might be using named pipes rather then tcpip.
Try shutting down named pipes
David
July 29, 2010 at 1:58 pm
Try using the Allow inprocess for the oracle olebd provider and then create the linked server.
David Weil
April 22, 2010 at 5:52 pm
How about simply backing up directly to a UNC file share on the other server?
March 19, 2010 at 11:37 am
The problem is not on the excel side but the table not being found on the Oracle side (I assume the table that is being loaded into).
Out of curiosity, why...
March 2, 2010 at 10:30 am
Leave out the @ in the tnsping
E:\Oracle\product\10.2.0\client_1\NETWORK\ADMIN>tnsping TMyDB
not
E:\Oracle\product\10.2.0\client_1\NETWORK\ADMIN>tnsping @TMyDB
February 5, 2010 at 9:45 am
Do you mean this below in SMSS?
For the linked server in data source use “TMyDB”
Yes but don't change the linked server name.
February 5, 2010 at 9:33 am
For the linked server in data source use “TMyDB”
Change any tnsnames files to
TMyDB =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = IPAddress)(PORT = 1535))
)
(CONNECT_DATA =
(SERVICE_NAME = MyDB)
)
)
I put the...
February 5, 2010 at 7:19 am
Thank you asdfgh-617842
exec msdb.dbo.sp_send_dbmail @recipients='dweil@jewishhome.org', @body = 'Let keep it simple'
worked like a charm.
My mistake was using syntax that had always worked for xp_sendmail which is SIMILAR to exec...
February 5, 2010 at 7:09 am
Actually you can replace the tnsnames in \db_1etwork\admin with the tnsnames in client_1etwork\admin.
The linked server name does not mater but the data source has to be correct, might even be...
February 4, 2010 at 4:05 pm
I think you are getting closer now that you can connect via sqlplus.
Search the entire computer to see if there is more then one copy of tnsnames on it.
In SMSS,...
February 4, 2010 at 12:49 pm
simply
exec msdb.dbo.sp_send_dbmail 'dweil@jewishhome.org', @body = 'Let keep it simple'
thanks
David Weil
February 4, 2010 at 10:42 am
Try changing “HOST = xxxxxxxxx” to ”HOST = ip address”.
Oracle might not be resolving the host address correctly.
It that does not work you might try
1.renaming the tnsnames...
February 4, 2010 at 10:36 am
Viewing 15 posts - 16 through 30 (of 51 total)