Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
3k views

Certificate Trust Lists and IIS7

I need to generate a CTL for use with IIS7. I generated a CTL file using MakeCTL (on Win2k3 SDK) and put only my own RootCA certificate in the CTL. However, when I then use adsutil.vbs to set my ...
1
vote
1answer
2k views

Client Certificates and FireFox

I need some help to understand what is happening with my web application. I have a simple web app (c# .Net 2.0) that uses a smartcard authentication. In my testing box (win 2k3 32 bits, iis6) ...
1
vote
2answers
366 views

migrate from oracle to mysql

Pls, could you help me on the following issues: I would like to migrate from oracle to mysql and one of important step is to replace the actual job built on oracle environment; Basically every day I ...
0
votes
2answers
117 views

Linear Temporal Logic Questions (2)

If you are not familiar with LTL (linear temporal logic), please skip this question! And yes, LTL is very significant to programming, as it is a core to the model checking system we use to verify ...
0
votes
1answer
143 views

Use parameters with CTL

I am using a CTL file to load data stored in a file to a specific table in my Oracle database. Currently, I launch the loader file using the following command line: sqlldr user/pwd@db ...
0
votes
1answer
970 views

import from oracle to mysql by using CTL

how can i import data from an oracle database to a mysql database by using CTL file (generate with Toad for oracle)? Thank in advance Andrea