Questions tagged [tde]

TDE, or Transparent Data Encryption, is used by Microsoft and Oracle to encrypt database content.

TDE Wikipedia page

141 questions
1
vote
1 answer

Pulling MarkLogic template view data

I am new to TDE. For the document below, I ended up developing 5 templates and then was able to write a JOIN query (below). I pulled all document data by linking the views via __docid fragment ID. It works fine when run in Query Console. However,…
MAZ
  • 11
  • 1
1
vote
1 answer

How to connect to IBM MQ in Python with CCDT file, userid and password

I am able to connect to TDE MQ using CCDT file with User id and password in Java. I am unable to do that in Python. In Python I have set the environment variable for MQCHLLIB and MQCHLTAB, but when I try to connect using pymqi.connect, I am getting…
SwapnilPuri
  • 41
  • 1
  • 9
1
vote
2 answers

sql express 2008 & tde

Good afternoon, Anyone know if sql express 2008 version, the option of using TDE (Transparent Data Encryption). I tried using it for testing and the server gave me the following error. "The transparent data encryption is not available in the…
user627061
  • 11
  • 2
1
vote
1 answer

SQL Server - Enable TDE Encryption trying to connect to Azure Key Vault

The goal here is to: Assist client in configuring his Key Vault so that he would be able to enable TDE encryption and access it over the government portal url Customer Verbatim: "I am running into an issue when trying to enable TDE for SQL Server…
tyfraz
  • 11
  • 3
1
vote
1 answer

Transparent Data Encryption for Large DataBase

I am using large database for my application and i have encrypted the database using TDE method. It is taking more time to encrypt. How long need to encrypt the large database? Can we access the DB to insert/retrieve data while encryption is in…
Melody
  • 1,203
  • 2
  • 17
  • 28
1
vote
1 answer

How to read from encrypted CDC in Cassandra

We have implemented TDE for all our tables in Cassandra DSE. We generated a system key using AES/ECB/PKCS5Padding / 128 as cipher algorithm. We have also enabled cdc for few tables that require cdc capture. Since TDE is enabled for the tables, cdc…
Horcrux
  • 13
  • 4
1
vote
1 answer

How can I enable "transparent data encryption" on all databases in a Azure DB pool?

We have a couple of Azure Elastic database pool with hundreds of databases. Now we want to enable the Transparent Data Encryption feature. It is not a server or a pool setting, but a database setting. It would cost me a day clicking in the portal to…
1
vote
1 answer

SQL Server 2016 TDE: Database encryption scan for 'DB_name' was aborted

When I executed Alter database set encryption on;, the error message such the subject was appeared in Error.log, and encryption_state has been kept 2 (Encryption in progress). The DB has only few records because it is just test…
deathcape
  • 31
  • 4
1
vote
0 answers

Enabled Azure DB Encryption shows 0% complete and in progress after a week

With a relatively small database I enabled Transparent Data Encryption. From SQL server I queried the status of the encryption using this SQL command select * from sys.dm_database_encryption_keys The database, after several hours, showed 0 percent…
user2503078
  • 737
  • 1
  • 8
  • 24
1
vote
0 answers

Python: Best way to integrate Python 2.7 and 3.5 Code into a Batch Script

Objective: I want to create a batch script that can re-publish a data extract (.TDE) file to Tableau Server so that I can automate a report. I generated some Python Code to interact with a couple distinct RDS's and then export the data to a csv…
Riley Hun
  • 2,541
  • 5
  • 31
  • 77
1
vote
1 answer

ORA-00439: Oracle Transparent Data Encryption XE 11.2.0

I would like to use Oracle Transparent Data Encryption with XE 11.2.0. I have TDE setup and the wallet opened. However, I'm getting an error when trying to set a field to encrypted. Is the Advanced Security Option available under the XE…
glez
  • 1,170
  • 3
  • 16
  • 42
1
vote
2 answers

When does TDE decryption take place

With a TDE encrypted database I understand that data is encrypted on a per page basis as it's written to the database. When I run a query that joins a few tables together and applies some filtering to those tables, when does the decryption occur…
1
vote
1 answer

KNIME 3.2 Tableau Node error

I installed the new (in KNIME 3.2) Tableau extension, installed and configured the dependencies as per instructions in the node description (Tableau SDK and Visual Basic Redistributable), and tried to create an extract. My repeated attempts throw…
Dimitri B
  • 164
  • 2
  • 6
1
vote
3 answers

Missing documentation for Oracle Database 11g TDE master key

I have looked through the whole set of "Oracle Database 11g Release 2 (11.2) Documentation" searching for the details of the master encryption key used for transparent data encryption (TDE) with HSM. There was only a single insignificant line out of…
Lopper
  • 3,499
  • 7
  • 38
  • 57
1
vote
2 answers

Can you create a certificate from its thumbprint?

its more of a concern than a problem. Here it goes; I am trying to restore a TDE enabled SQL Server backup on a separate server. While restoring I got an error this error Cannot find server certificate with thumbprint …
Pradip
  • 1,507
  • 11
  • 28