Quantcast
Channel: Toad for Oracle Forum - Recent Threads
Viewing all 4385 articles
Browse latest View live

RE: How to connect to oracle 11g which is installed in oracle linux

$
0
0

Greetings and Happy New Year.


I don't use VMWare at all, but the following might help you. It's based on the Oracle VirtualBox emulator which I use for all sorts of things!

My HOST is Linux, and is on a network with address 192.168.1.xxx.

My GUEST, where Oracle lives, is also Linux, and has a BRIDGED network adapter, so it too has an IP address of 192.168.1.xxx - in other words, both are on the same network. For the sake of example, assume it is 192.168.1.50. The HOSTNAME is DBSERVER.

My WINDOWS GUEST, where TOAD lives and runs, is surprisingly enough, in another VM, which also has abridged network adapter, and also has a further 192.168.1.xxx IP address. For the sake of example, assume it is 192.168.1.60. The hostname is VBWIN7, but that's not really relevant here.

Each VM "computer" has a static IP address and a hostname configured, I do not use DHCP to allocate IP addresses to these virtual computers.

In use, I start the VBWIN7 VM, and open TOAD.

I also start the DBSERVER VM and start the Oracle database, which happens to be 11g, in the normal manner. (SQL*PLUS / as sysdba, startup, exit.)

In my VBWIN7 VM, I've set up the hosts file, which if I remember correctly is, c:\windows\system32\drivers\etc\hosts, as follows:

192.168.1.50    DBSERVER DBSERVER.DUNBAR-IT.CO.UK

My tnsnames.ora entry has the followng for the database on the DBSERVER VM:

test11g =
(description =...)(connect_data = (address = (host=DBSERVER)(port=1521)(protocol=TCP))) ...

And finally, in TOAD, I start a new connection dialogue and enter the username, password, and the "test11g" alias name in the appropriate areas, and OK. This takes me into my 11g database on the DBSERVER VM.

So, in summary:

  • The Database server VM must have a static IP address, or at the very least, a known IP address;
  • The VM, or computer, running TOAD must be able to connect to the network where the database server is running;
  • It helps if the database server is known to the HOSTS file on the windows box running TOAD, but this is not essential;
  • You might have to adjust the firewall on the database server to allow TCP traffic for Oracle.
  • The windows box, with TOAD running, should have an entry in the tnsnames.ora file, to assist in connections from TOAD - again, this is not essential, but helps;

HTH.

Cheers,

Norm. [TeamT]


How to connect to oracle 11g which is installed in oracle linux

$
0
0

hi 

I have installed oracle 11g on oracle linux in vm ware and i am accessing the database using putty in windows by getting the ip. I want to accessing the database in toad in windows environment can i know the procedure how to configure the toad for the database which is installed in the oracle linux in vmware 

RE: Entry Point Not Found

$
0
0

SOLVED!

Checking the PATH order as per "mdexter" resolved my occurrence of this issue.

Entry Point Not Found

$
0
0
I have installed Toad Development Suite for Oracle 12.6 64-bit Commercial on a Window 7 64bit machine and I'm using Oracle 9 and 11g databases.
Once I updated my TOAD from 12.5.1 to 12.6.0.53 I consistently get the following message when intially connecting to a database.
"The procedure entry point OCIPXMLTypePickle could not be located in the dynamic link library oraclient11.dll."

Is there an update that I can get or instructions about where the .dll file can be found and where to place it?

Re: [Toad for Oracle - Discussion Forum] Entry Point Not Found

$
0
0
Hi:

Thanks for your message.  I will be out of the office for vacation, returning Tuesday, January 3, 2017.  I will be checking mail periodically.   Please forward a message to cisdba@interact.ccsd.net if you need immediate assistance.
Have a Merry Christmas and Happy New Year!
Tony

RE: Toad 12 Inline Comment Generation

$
0
0

Hello,

This functionality was removed and replaced with a newer feature called Code Analysis.  Please see the Code Analysis sub-tab in the Editor

RE: tables not showed

$
0
0

It sounds like something is wrong with your code analysis tables.  Open Database > Diagnose > Code analysis and you can re-install from there using a DBA connection.  See the toolbar button to create/drop CA tables.  If CA tables are already installed and in use, it could be that select privileges may need to be granted to public.  They were most likely installed in the TOAD schema.

RE: How do I cancel a data grid pivot?

$
0
0

It's a bug in the Editor - fixed for next beta.   

Until then, if you do this in Schema Browser->Tables->Data, it should be able to cancel.


RE: How do I alter the width of script output in Toad (output from running a script in Editor)

How do I alter the width of script output in Toad (output from running a script in Editor)

$
0
0

I'm new to Toad and the script output is set at 80 columns so there's all kinds of wrapping.  Need to widen it.

I changed the "Visible right margin" but apparently that applies to the editor, not script output.

Help!

How to execute macro from Toad 12.5

$
0
0

Hi,

I want to execute a macro(VBA) from toad utility automation designer?

Is there any way out for it?

Any help on this would really be appreciated!!

RE: How do I alter the width of script output in Toad (output from running a script in Editor)

$
0
0
In your script add something like the following. ..

Set lines 200

HTH

Cheers,
Norm [ TeamT ]

RE: toad sdk

$
0
0

Is there a way to create plugin for toad. I have a web application which allows db host file downloads. It would be nice for developers to get it done from toad rather than going to webapp.

Could you guide me on how to do this.

RE: toad sdk

$
0
0

Hello,

No, we don't provide an API for this, but Toad does support command line execution. That means you could call a specific function in Toad via the Automation Designer feature (read the Help) and perform a specific task.

Take a look at the Toad Help on Command Line Syntax and Execute Actions from the Command Line and let me know if this helps.

Regards,

John

toad sdk

$
0
0
Hi ,

Is there some kind of sdk/api for TOAD?
Is it possible to develop an extension or plugin for TOAD?

RE: Trace File Browser Issues

$
0
0

Hi Chuck,

  1) The directory defaults to whatever directory points to the BACKGROUND_DUMP_DEST folder on the database.   So I'm thinking that these TRCA directories probably point to the same location, and either one should work.   Can you check that for me?

 2) That "open file from server" window is used for trace files, programs, libraries, scheduler jobs, and BFiles.   I've made a change so that it will remember the last used filter (and most 10 most recently used filters) for each of these separately.

3)  Several versions ago I made a change such that we kept the file open so we could quickly jump to any part of it while viewing in the Trace File Browser.   That caused other problems and it doesn't do that anymore.  Can you try this in the beta and let me know if it works better there?   It works fine for me in 12.10 with notepad, but maybe whatever editor you are using requires a lock on the file.

RE: Trace File Browser Issues

$
0
0

1. It does point to the same. That's the last created and highest alphabetical. That's good enough for me. I just never looked at the actual directory path when it selected the new option.

2. Good to know and thanks!

3. Big Brother won't let me play with Betas, but you have cleared the fog. I had notepad++ defined in Toad Options as my editor. Changing it back to notepad or UltraEdit works just fine.

Thanks again!

Chuck

Trace File Browser Issues

$
0
0

All of this is 12.10 32bit on Win7.

1. The default Directory on 'Select file from database server...'

Can the Directory default be the last selected vs. what seems to be the greatest T% named directory? The TOAD% generated one was always right and my default until I installed SQLT which adds three TRCA$S% directories. Now it defaults to the last T%.

2. Filter default

Is there a way to preserve the filter? My logon trigger embeds my username in the trace file name. It would be nice to fix it as *char*.trc.

3. Open file in external editor

It never launches or opens anything. It did many releases ago. Navigating 20 directories to get to it is painful...almost enough to get me to finally make a shortcut.

How to Download Old Version TOADORACLE_FREEWARE_121_X64.MSI?

$
0
0

Hi Toad Experts,

I have a freeware Oracle Toad installed on our server, however I'm unable to uninstall it as it is looking for TOADORACLE_FREEWARE_121_X64.MSI.

Can you please kindly tell me where to download this old version?

Or can you please help me how to uninstall my old freeware version?

Thank you in advance

RE: Import Views only

$
0
0

There are probably a few different ways you can achieve this in Toad, here is one... Select your views in the SB, R-click > Copy to another schema.

Viewing all 4385 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>